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 {
3131}
3232
3333dependencies {
34- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3534 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3635 implementation " androidx.appcompat:appcompat:1.1.0"
3736 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-
31buildscript {
4- ext. kotlin_version = ' 1.3.61 '
2+ ext. kotlin_version = ' 1.3.70 '
53 repositories {
64 google()
75 jcenter()
86 }
97 dependencies {
10- classpath ' com.android.tools.build:gradle:3.5.3 '
8+ classpath ' com.android.tools.build:gradle:3.6.1 '
119 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1210 classpath ' com.google.gms:google-services:4.3.3'
1311 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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.
21buildscript {
3- ext. kotlin_version = ' 1.3.61 '
2+ ext. kotlin_version = ' 1.3.70 '
43 repositories {
54 google()
65 jcenter()
76 }
87 dependencies {
9- classpath ' com.android.tools.build:gradle:3.5.3 '
8+ classpath ' com.android.tools.build:gradle:3.6.1 '
109 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1110 }
1211}
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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