This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +7
-12
lines changed
InteractiveSliceProviderKotlin Expand file tree Collapse file tree 6 files changed +7
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ android {
31
31
}
32
32
33
33
dependencies {
34
- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
35
34
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
36
35
implementation " androidx.appcompat:appcompat:1.1.0"
37
36
implementation " androidx.core:core-ktx:1.2.0"
Original file line number Diff line number Diff line change 1
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
-
3
1
buildscript {
4
- ext. kotlin_version = ' 1.3.61 '
2
+ ext. kotlin_version = ' 1.3.70 '
5
3
repositories {
6
4
google()
7
5
jcenter()
8
6
}
9
7
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.5.3 '
8
+ classpath ' com.android.tools.build:gradle:3.6.1 '
11
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
10
classpath ' com.google.gms:google-services:4.3.3'
13
11
}
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-6.2-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
Original file line number Diff line number Diff line change 1
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
1
buildscript {
3
- ext. kotlin_version = ' 1.3.61 '
2
+ ext. kotlin_version = ' 1.3.70 '
4
3
repositories {
5
4
google()
6
5
jcenter()
7
6
}
8
7
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.5.3 '
8
+ classpath ' com.android.tools.build:gradle:3.6.1 '
10
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
10
}
12
11
}
Original file line number Diff line number Diff line change 1
- # Wed Feb 19 12:20:02 CET 2020
1
+ # Mon Mar 23 08:09:41 CET 2020
2
2
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-6.2-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
You can’t perform that action at this time.
0 commit comments