Explorar o código

bump minSdkVersion for screenshot tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=4) %!d(string=hai) anos
pai
achega
a3fc5a87c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -156,6 +156,7 @@ android {
         buildTypes {
             debug {
                 testCoverageEnabled (project.hasProperty('coverage'))
+                minSdkVersion 21 // remove once we use 21 globally, only needed for karumi.shot
             }
         }