Browse Source

update grade

git@h5.yoqi.me 1 year ago
parent
commit
47234ac9f3
3 changed files with 5 additions and 5 deletions
  1. 3 3
      as/app/build.gradle
  2. 1 1
      as/build.gradle
  3. 1 1
      as/gradle/wrapper/gradle-wrapper.properties

+ 3 - 3
as/app/build.gradle

@@ -1,12 +1,12 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 25
+    compileSdkVersion 30
     buildToolsVersion "25.0.2"
     defaultConfig {
         applicationId "com.vmloft.develop.daemon"
-        minSdkVersion 15
-        targetSdkVersion 23
+        minSdkVersion 16
+        targetSdkVersion 30
         versionCode 1
         versionName "1.0"
     }

+ 1 - 1
as/build.gradle

@@ -5,7 +5,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.2.3'
+        classpath "com.android.tools.build:gradle:4.1.0"
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files

+ 1 - 1
as/gradle/wrapper/gradle-wrapper.properties

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip