summaryrefslogtreecommitdiffhomepage
path: root/tunnel/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r--tunnel/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index 54ef4d91..9a5c6d63 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -47,6 +47,11 @@ android {
lint {
disable 'LongLogTag', 'NewApi'
}
+ publishing {
+ multipleVariants("release") {
+ allVariants()
+ }
+ }
}
dependencies {