Commit a8292b2 1 parent ac3a606 commit a8292b2 Copy full SHA for a8292b2
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.41 '
4
+ ext. kotlin_version = ' 1.3.50 '
5
5
6
6
repositories {
7
7
google()
8
8
jcenter()
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.5.3 '
11
+ classpath ' com.android.tools.build:gradle:4.0.1 '
12
12
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 .1-all.zip
You can’t perform that action at this time.
0 commit comments