Update build.gradle

This commit is contained in:
Izzy
2025-11-16 11:00:50 -05:00
committed by GitHub
parent 2a2d4e091b
commit 4bbbeb3c5f
+2 -1
View File
@@ -31,7 +31,7 @@ android {
}
}
}
ndkVersion "29.0.14206865"
ndkVersion "28.0.12433566"
compileSdkVersion 36
defaultConfig {
if (buildAsApplication) {
@@ -151,3 +151,4 @@ task wrapper(type: Wrapper) {
task prepareKotlinBuildScriptModel {
}