[PATCH 2/2] Version bump to fix submodule dependency

Fabian Holler mail at fholler.de
Sun Jul 1 16:25:38 CEST 2018


bump the version to trigger new builds for the f-droid repository
---
 app/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 1393ec1..6bdee3f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
         applicationId 'com.wireguard.android'
         minSdkVersion 21
         targetSdkVersion 27
-        versionCode 427
-        versionName '0.0.20180625'
+        versionCode 428
+        versionName '0.0.20180701'
     }
     // If the keystore file exists
     if (keystorePropertiesFile.exists()) {
-- 
2.17.1



More information about the WireGuard mailing list