Updated build features

This commit is contained in:
M66B 2024-04-29 16:56:25 +02:00
parent 5b547b6ba0
commit b8b36604d8
1 changed files with 6 additions and 4 deletions

View File

@ -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 {