aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index c79df6c4..ab9386be 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -42,6 +42,9 @@ 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