File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext. kotlin_version = ' 1.5.0-RC'
5
-
6
5
repositories {
7
6
maven {
8
7
url ' https://maven.google.com/'
@@ -11,7 +10,7 @@ buildscript {
11
10
jcenter()
12
11
}
13
12
dependencies {
14
- classpath ' com.android.tools.build:gradle:4.1.3 '
13
+ classpath ' com.android.tools.build:gradle:4.2.0 '
15
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16
15
17
16
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.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ android {
37
37
dependencies {
38
38
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
39
39
40
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
41
+ implementation ' androidx.core:core-ktx:1.3.1'
40
42
implementation ' com.google.android.material:material:1.4.0-alpha02'
41
43
implementation ' androidx.appcompat:appcompat:1.2.0'
42
44
implementation ' androidx.recyclerview:recyclerview:1.2.0'
43
45
implementation ' androidx.cardview:cardview:1.0.0'
44
46
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
45
- implementation " androidx.core:core-ktx:+"
46
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
47
47
}
48
48
repositories {
49
49
mavenCentral()
You can’t perform that action at this time.
0 commit comments