* Update

* Fix
This commit is contained in:
Caner Karaca
2025-02-13 02:54:36 +03:00
committed by GitHub
parent 2a152fdb22
commit b18f89b434
20 changed files with 247 additions and 290 deletions

View File

@@ -30,7 +30,7 @@ cmaker {
val androidMinSdkVersion = 26
val androidTargetSdkVersion = 35
val androidCompileSdkVersion = 35
val androidCompileNdkVersion = "27.2.12479018"
val androidCompileNdkVersion = "28.0.13004108"
val androidSourceCompatibility = JavaVersion.VERSION_21
val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(getVersionCode())