1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00

Updated build features

This commit is contained in:
M66B 2024-04-29 16:56:25 +02:00
parent 5b547b6ba0
commit b8b36604d8

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 {