Set targetSDK to 34
This commit is contained in:
@@ -62,7 +62,7 @@ object Versions {
|
||||
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
|
||||
val versionName = "$versionMajor.$versionMinor.$versionPatch"
|
||||
const val compileSdk = 34
|
||||
const val targetSdk = 33
|
||||
const val targetSdk = 34
|
||||
// When updating the `minSdk`, make sure to update the value of `minSdkVersion` in the file `tools/release/release.sh`
|
||||
val minSdk = if (isEnterpriseBuild) 26 else 24
|
||||
val javaCompileVersion = JavaVersion.VERSION_17
|
||||
|
||||
Reference in New Issue
Block a user