summaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 77edff12..c2e14998 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,7 @@
-wireguardVersionCode=506
-wireguardVersionName=1.0.20230526
+wireguardVersionCode=509
+wireguardVersionName=1.0.20230707
wireguardPackageName=com.wireguard.android
+wireguardApplicationID=eu.m7n.wireguard.android
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit