diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-29 18:47:33 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-29 18:52:54 +0200 |
commit | 3cb3e9d8b7fc0452c573f226c45ceaafd52e5daf (patch) | |
tree | 37710b9cca6c8a6f4a0b8bf235d36eca9436233e | |
parent | 5dfc5659ada0ac0d7f36cbfcedd04a44e8605349 (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 da77da48..aebc71e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 437 - versionName '0.0.20180725' + versionCode 438 + versionName '0.0.20180729' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |