Browse Source

change minimum supported Android version to 4.2

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 5 năm trước cách đây
mục cha
commit
4a6f5b2da7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -129,7 +129,7 @@ android {
     compileSdkVersion 29
     compileSdkVersion 29
 
 
     defaultConfig {
     defaultConfig {
-        minSdkVersion 16
+        minSdkVersion 17
         targetSdkVersion 29
         targetSdkVersion 29
 
 
         // arguments to be passed to functional tests
         // arguments to be passed to functional tests