diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 2ecf213a..db5593b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -42,8 +42,6 @@ android.generateManifestClass=true android.experimental.enableSourceSetPathsMap=true # Use relative paths for better Gradle caching of library build tasks android.experimental.cacheCompileLibResources=true -# Disable automatic creation of publishing components -android.disableAutomaticComponentCreation=true # Default Android build features # Disable BuildConfig generation by default @@ -61,8 +59,8 @@ android.library.defaults.buildfeatures.androidresources=false # Suppress warnings for some features that aren't yet stabilized android.suppressUnsupportedOptionWarnings=android.keepWorkerActionServicesBetweenBuilds,\ - android.experimental.enableNewResourceShrinker,android.experimental.enableNewResourceShrinker.preciseShrinking,\ - android.enableAppCompileTimeRClass,android.experimental.enableSourceSetPathsMap,android.experimental.cacheCompileLibResources,\ + android.experimental.enableNewResourceShrinker.preciseShrinking,\ + android.enableAppCompileTimeRClass,\ android.suppressUnsupportedOptionWarnings # OSSRH sometimes struggles with slow deployments, so this makes Gradle |