Update Android project
- update AGP - update targetSdk=34 - update versions - update Gradle - targetSdk in library projects is deprecated
This commit is contained in:
@@ -30,9 +30,9 @@ kotlin {
|
||||
}
|
||||
val androidMain by getting {
|
||||
dependencies {
|
||||
api("androidx.activity:activity-compose:1.6.1")
|
||||
api("androidx.activity:activity-compose:1.7.2")
|
||||
api("androidx.appcompat:appcompat:1.6.1")
|
||||
api("androidx.core:core-ktx:1.9.0")
|
||||
api("androidx.core:core-ktx:1.10.1")
|
||||
}
|
||||
}
|
||||
val iosX64Main by getting
|
||||
@@ -57,7 +57,6 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdk = (findProperty("android.minSdk") as String).toInt()
|
||||
targetSdk = (findProperty("android.targetSdk") as String).toInt()
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
Reference in New Issue
Block a user