Browse Source

update gradle

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

+ 1 - 1
app/build.gradle

@@ -1,7 +1,7 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 28
+    compileSdkVersion 31
 
     defaultConfig {
         applicationId "me.yoqi.app.notescanner.notescanner"

+ 1 - 1
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-4.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip

+ 1 - 1
mytestlibrary/build.gradle

@@ -1,7 +1,7 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 28
+    compileSdkVersion 31
 
     defaultConfig {
         minSdkVersion 15