Update dependencies, AGP, and SDK level

This commit is contained in:
topjohnwu
2023-08-11 09:38:59 -07:00
parent b5b14ce343
commit 93876b5fd3
6 changed files with 19 additions and 15 deletions

View File

@ -69,13 +69,13 @@ private val Project.androidComponents
fun Project.setupCommon() {
androidBase {
compileSdkVersion(33)
buildToolsVersion = "33.0.2"
compileSdkVersion(34)
buildToolsVersion = "34.0.0"
ndkPath = "$sdkDirectory/ndk/magisk"
defaultConfig {
minSdk = 23
targetSdk = 33
targetSdk = 34
}
compileOptions {