We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af3165 commit 000fc2bCopy full SHA for 000fc2b
common/build.gradle.kts
@@ -35,7 +35,7 @@ android {
35
36
dependencies {
37
38
- api("androidx.core:core-ktx:1.15.0")
+ api("androidx.core:core-ktx:1.16.0")
39
api("androidx.appcompat:appcompat:1.7.0")
40
41
// apache common codec
shared/build.gradle.kts
@@ -29,7 +29,7 @@ kotlin {
29
val androidMain by getting {
30
31
32
33
}
34
val androidUnitTest by getting {
0 commit comments