Refactor build.gradle for library and application support

This commit is contained in:
Izzy
2025-11-16 11:12:03 -05:00
committed by GitHub
parent f51dec0ab9
commit f2794c26dd
+2 -1
View File
@@ -31,7 +31,7 @@ android {
}
}
}
ndkVersion "28.2.12604990"
ndkVersion "27.0.12077973"
compileSdkVersion 36
defaultConfig {
if (buildAsApplication) {
@@ -153,3 +153,4 @@ task prepareKotlinBuildScriptModel {