diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-26 17:46:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 17:46:25 +0000 |
commit | 8f2c5cfccbbe20e7b9070b44b3de1a7f3a064c01 (patch) | |
tree | 4e59e4862000e63e1ee42ae8a2b77b0a47646e2f /gradle.properties | |
parent | c22dc51442847ff5eece9605ab60b0404b93ee27 (diff) |
chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.19.0 (#1756)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
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 |