aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel')
-rw-r--r--tunnel/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index deff4b15..63585bf7 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 1
- versionName '1.0'
+ versionCode wireguardVersionCode
+ versionName wireguardVersionName
}
externalNativeBuild {
cmake {