diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-07 04:59:47 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-07 04:59:47 +0200 |
commit | ea72e8b656f7e82803c53b0e44b87cd0c2239750 (patch) | |
tree | a41e9e03dbc3b8b05ec62516f3fd4bba6bc531a8 | |
parent | 2ca27c2783e11b25c37ae64821afef68ae597652 (diff) |
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index bd9cba44..942ffc2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 422 - versionName '0.0.20180605' + versionCode 423 + versionName '0.0.20180606' } // If the keystore file exists if (keystorePropertiesFile.exists()) { |