summaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-05-03 14:09:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-05-03 14:09:11 +0200
commitdca96a52b4580ebbc888604434dd9ff5d7d37361 (patch)
treeea0911f0975da722ac43f376af8ebb9ac77cab3e /gradle.properties
parentcf4fca8086858319f1b395c9059c67b436222cbb (diff)
gradle: reabstract package name
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index d300054d..2f36d71e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,7 @@
+wireguardVersionCode=501
+wireguardVersionName=1.0.20230502
+wireguardPackageName=com.wireguard.android
+
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
@@ -63,9 +67,6 @@ android.suppressUnsupportedOptionWarnings=android.keepWorkerActionServicesBetwee
android.enableAppCompileTimeRClass,\
android.suppressUnsupportedOptionWarnings
-wireguardVersionCode=501
-wireguardVersionName=1.0.20230502
-
# OSSRH sometimes struggles with slow deployments, so this makes Gradle
# more tolerant to those delays.
systemProp.org.gradle.internal.http.connectionTimeout=500000