chore: update versions

This commit is contained in:
aminecmi
2023-10-10 21:41:34 +02:00
parent 86a30f647d
commit 33cca86383
3 changed files with 5 additions and 5 deletions

View File

@@ -103,10 +103,10 @@ kotlin {
}
android {
compileSdk = 33
compileSdk = 34
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 21
minSdk = 25
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17