We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d1c4b commit fcb7caeCopy full SHA for fcb7cae
gradle.properties
@@ -42,6 +42,8 @@ android.generateManifestClass=true
42
android.experimental.enableSourceSetPathsMap=true
43
# Use relative paths for better Gradle caching of library build tasks
44
android.experimental.cacheCompileLibResources=true
45
+# Disable automatic creation of publishing components
46
+android.disableAutomaticComponentCreation=true
47
48
# Default Android build features
49
# Disable BuildConfig generation by default
tunnel/build.gradle
@@ -47,6 +47,11 @@ android {
lint {
disable 'LongLogTag', 'NewApi'
}
50
+ publishing {
51
+ multipleVariants("release") {
52
+ allVariants()
53
+ }
54
55
56
57
dependencies {
0 commit comments