File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
22
22
jcenter()
23
23
}
24
24
dependencies {
25
- classpath " com.android.tools.build:gradle:4.0.1 "
25
+ classpath " com.android.tools.build:gradle:4.1.0 "
26
26
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
27
27
28
28
// NOTE: Do not place your application dependencies here; they belong
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.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
Original file line number Diff line number Diff line change 56
56
dependencies {
57
57
implementation fileTree(dir : " libs" , include : [" *.jar" ])
58
58
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
59
- implementation ' androidx.core:core-ktx:1.3.1 '
59
+ implementation ' androidx.core:core-ktx:1.3.2 '
60
60
implementation ' androidx.appcompat:appcompat:1.2.0'
61
- testImplementation ' junit:junit:4.13'
61
+ testImplementation ' junit:junit:4.13.1 '
62
62
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
63
63
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
64
64
}
You can’t perform that action at this time.
0 commit comments