File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
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.0 '
4
+ ext. kotlin_version = ' 1.7.10 '
5
5
repositories {
6
6
google()
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.4.0-alpha02 '
10
+ classpath ' com.android.tools.build:gradle:7.2.0 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
6
6
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
7
7
8
- compile " io.github.microutils:kotlin-logging:1.6.20"
8
+ implementation " io.github.microutils:kotlin-logging:1.6.20"
9
9
}
10
10
11
11
sourceCompatibility = " 8"
Original file line number Diff line number Diff line change 1
- # Sat Nov 03 10:14:26 GMT 2018
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
You can’t perform that action at this time.
0 commit comments