Bump to latest stable ndk
Ref:https://developer.android.com/ndk/downloads#stable-downloads
This commit is contained in:
@@ -29,7 +29,7 @@ cmaker {
|
|||||||
val androidMinSdkVersion = 26
|
val androidMinSdkVersion = 26
|
||||||
val androidTargetSdkVersion = 36
|
val androidTargetSdkVersion = 36
|
||||||
val androidCompileSdkVersion = 36
|
val androidCompileSdkVersion = 36
|
||||||
val androidCompileNdkVersion = "28.0.13004108"
|
val androidCompileNdkVersion = "29.0.14206865"
|
||||||
val androidSourceCompatibility = JavaVersion.VERSION_21
|
val androidSourceCompatibility = JavaVersion.VERSION_21
|
||||||
val androidTargetCompatibility = JavaVersion.VERSION_21
|
val androidTargetCompatibility = JavaVersion.VERSION_21
|
||||||
val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 700)
|
val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 700)
|
||||||
@@ -76,4 +76,4 @@ subprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user