diff options
Diffstat (limited to 'tunnel')
-rw-r--r-- | tunnel/build.gradle | 5 |
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 { |