mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 17:27:00 +00:00
Updated build features
This commit is contained in:
parent
5b547b6ba0
commit
b8b36604d8
1 changed files with 6 additions and 4 deletions
|
@ -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…
Reference in a new issue