summaryrefslogtreecommitdiffhomepage
path: root/tunnel/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/build.gradle.kts')
-rw-r--r--tunnel/build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tunnel/build.gradle.kts b/tunnel/build.gradle.kts
index f71d57c2..63535199 100644
--- a/tunnel/build.gradle.kts
+++ b/tunnel/build.gradle.kts
@@ -48,6 +48,9 @@ android {
}
}
}
+ create("googleplay") {
+ initWith(getByName("release"))
+ }
}
lint {
disable.add("LongLogTag")