Skip to content

Commit 51afe59

Browse files
committed
Gradle updated
1 parent efa3e67 commit 51afe59

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
buildscript {
44
ext.kotlin_version = '1.5.0-RC'
5-
65
repositories {
76
maven {
87
url 'https://maven.google.com/'
@@ -11,7 +10,7 @@ buildscript {
1110
jcenter()
1211
}
1312
dependencies {
14-
classpath 'com.android.tools.build:gradle:4.1.3'
13+
classpath 'com.android.tools.build:gradle:4.2.0'
1514
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1615

1716

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

toolsLibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ android {
3737
dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
3939

40+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41+
implementation 'androidx.core:core-ktx:1.3.1'
4042
implementation 'com.google.android.material:material:1.4.0-alpha02'
4143
implementation 'androidx.appcompat:appcompat:1.2.0'
4244
implementation 'androidx.recyclerview:recyclerview:1.2.0'
4345
implementation 'androidx.cardview:cardview:1.0.0'
4446
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
45-
implementation "androidx.core:core-ktx:+"
46-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4747
}
4848
repositories {
4949
mavenCentral()

0 commit comments

Comments
 (0)