Updated build features

pull/215/head
M66B 5 months ago
parent 5b547b6ba0
commit b8b36604d8

@ -153,15 +153,17 @@ android {
}
}
// https://developer.android.com/reference/tools/gradle-api/8.3/com/android/build/api/dsl/BuildFeatures
buildFeatures {
buildConfig = true
viewBinding = false
dataBinding = false
aidl = true
buildConfig = true
compose = false
prefab = false
renderScript = false
resValues = false
shaders = false
compose = false
viewBinding = false
dataBinding = false
}
buildTypes {

Loading…
Cancel
Save