Browse Source

bump minSdkVersion for screenshot tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 years ago
parent
commit
a3fc5a87c7
1 changed files with 1 additions and 0 deletions
  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
             }
         }