File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ dependencies {
46
46
annotationProcessor ' com.github.bumptech.glide:compiler:4.12.0'
47
47
implementation ' androidx.cardview:cardview:1.0.0'
48
48
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
49
- implementation ' androidx.appcompat:appcompat:1.2 .0'
50
- implementation ' androidx.core:core-ktx:1.3.2 '
49
+ implementation ' androidx.appcompat:appcompat:1.3 .0'
50
+ implementation ' androidx.core:core-ktx:1.5.0 '
51
51
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
52
- testImplementation ' junit:junit:4.13'
52
+ testImplementation ' junit:junit:4.13.2 '
53
53
androidTestImplementation ' androidx.test:runner:1.3.0'
54
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 "
54
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3 "
55
55
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
56
56
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.4.32 '
4
+ ext. kotlin_version = ' 1.5.10 '
5
5
repositories {
6
6
google()
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.2.0 '
10
+ classpath ' com.android.tools.build:gradle:4.2.1 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments