This commit is contained in:
Caner Karaca
2024-04-13 11:43:45 +03:00
committed by GitHub
parent f0b18a1e18
commit 1e029eddee
9 changed files with 297 additions and 276 deletions

View File

@@ -33,12 +33,12 @@ cmaker {
}
val androidMinSdkVersion = 26
val androidTargetSdkVersion = 33
val androidTargetSdkVersion = 34
val androidCompileSdkVersion = 34
val androidBuildToolsVersion = "34.0.0"
val androidCompileNdkVersion = "26.2.11394342"
val androidSourceCompatibility = JavaVersion.VERSION_17
val androidTargetCompatibility = JavaVersion.VERSION_17
val androidCompileNdkVersion = "26.3.11579264"
val androidSourceCompatibility = JavaVersion.VERSION_21
val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(getVersionCode())
val managerVersionName by extra(getVersionName())
@@ -101,4 +101,4 @@ subprojects {
}
}
}
}
}