Browse Source

updated gradle

yattoz 2 years ago
parent
commit
300a806d81
3 changed files with 2 additions and 3 deletions
  1. 0 1
      app/build.gradle
  2. 1 1
      build.gradle
  3. 1 1
      gradle/wrapper/gradle-wrapper.properties

+ 0 - 1
app/build.gradle View File

17
 
17
 
18
 android {
18
 android {
19
     compileSdkVersion 30
19
     compileSdkVersion 30
20
-    buildToolsVersion "30.0.1"
21
     compileOptions {
20
     compileOptions {
22
         sourceCompatibility JavaVersion.VERSION_1_8
21
         sourceCompatibility JavaVersion.VERSION_1_8
23
         targetCompatibility JavaVersion.VERSION_1_8
22
         targetCompatibility JavaVersion.VERSION_1_8

+ 1 - 1
build.gradle View File

7
         jcenter()
7
         jcenter()
8
     }
8
     }
9
     dependencies {
9
     dependencies {
10
-        classpath 'com.android.tools.build:gradle:4.0.1'
10
+        classpath 'com.android.tools.build:gradle:7.1.1'
11
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12
         // NOTE: Do not place your application dependencies here; they belong
12
         // NOTE: Do not place your application dependencies here; they belong
13
         // in the individual module build.gradle files
13
         // in the individual module build.gradle files

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties View File

3
 distributionPath=wrapper/dists
3
 distributionPath=wrapper/dists
4
 zipStoreBase=GRADLE_USER_HOME
4
 zipStoreBase=GRADLE_USER_HOME
5
 zipStorePath=wrapper/dists
5
 zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip