Procházet zdrojové kódy

fix 部分设备为API22

RobinTan1024 před 4 roky
rodič
revize
b2ed19f4b4
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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()