|
@@ -30,8 +30,8 @@ android {
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
|
|
- implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
|
|
|
- implementation 'androidx.core:core-ktx:1.2.0'
|
|
|
|
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.5.1'
|
|
|
|
|
+ implementation 'androidx.core:core-ktx:1.9.0'
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
afterEvaluate {
|
|
afterEvaluate {
|