chore(deps): update agp to v8.0.0-alpha01

This commit is contained in:
Harsh Shandilya 2022-09-21 15:29:01 +05:30
parent f9109c29b1
commit 2594c172f0
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@ org.gradle.caching=true
org.gradle.vfs.watch=true
# Disable cache-fix version warning
org.gradle.android.cache-fix.ignoreVersionCheck=true
systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
# Enable experimental configuration caching
org.gradle.unsafe.configuration-cache=true
@ -55,9 +55,6 @@ android.useMinimalKeepRules=true
# Enable resource optimizations for release build
android.enableResourceOptimizations=true
# Opt into new publishing APIs
android.disableAutomaticComponentCreation=true
# Default Android build features
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.aidl=false