Ver Fonte

fix 部分设备为API22

RobinTan1024 há 4 anos atrás
pai
commit
b2ed19f4b4
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -11,8 +11,8 @@ android {
 
     defaultConfig {
         applicationId "com.doverfuelingsolutions.issp"
-        minSdkVersion 25
-        targetSdkVersion 30
+        minSdkVersion 22
+        targetSdkVersion 26
         versionCode 1
         versionName "1.0.0"
         archivesBaseName = versionName + "." + getTime()