There was an error while loading. Please reload this page.
1 parent 2e43a9d commit 707de78Copy full SHA for 707de78
app/build.gradle
@@ -38,9 +38,9 @@ android {
38
dependencies {
39
implementation fileTree(dir: "libs", include: ["*.jar"])
40
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41
- implementation 'androidx.appcompat:appcompat:1.5.0'
+ implementation 'androidx.appcompat:appcompat:1.5.1'
42
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
43
- implementation 'androidx.core:core-ktx:1.8.0'
+ implementation 'androidx.core:core-ktx:1.9.0'
44
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
45
implementation 'com.google.android.material:material:1.6.1'
46
}
0 commit comments