File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ android {
45
45
dependencies {
46
46
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
47
47
48
- implementation ' androidx.core:core-ktx:1.2 .0'
48
+ implementation ' androidx.core:core-ktx:1.3 .0'
49
49
implementation ' androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03'
50
50
51
- implementation ' androidx.appcompat:appcompat:1.1.0 '
52
- implementation ' com.google.android.material:material:1.1.0 '
51
+ implementation ' androidx.appcompat:appcompat:1.2.0-rc01 '
52
+ implementation ' com.google.android.material:material:1.2.0-beta01 '
53
53
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
}
24
24
25
25
dependencies {
26
- classpath " com.android.tools.build:gradle:3.6.3 "
26
+ classpath " com.android.tools.build:gradle:4.0.0 "
27
27
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
28
28
}
29
29
}
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.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4.1 -all.zip
You can’t perform that action at this time.
0 commit comments