Disable unused AGP features (#5872)

This commit is contained in:
arkon 2021-02-16 12:24:32 -05:00 committed by GitHub
parent 04253a8159
commit b937caa855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ android {
includeInApk = false
}
buildFeatures {
// Disable unused AGP features
aidl false
renderScript false
resValues false
shaders false
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8