diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-07-08 15:46:39 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-07-08 15:46:39 +0200 |
commit | 5abbab2635dbc216d3fda28a25636ee65747fcf0 (patch) | |
tree | 6386f5d1ec979dd3b1ccbf24edcfabc902c4d92a /app | |
parent | e5766094f4d7bd6393267828451a74d62250e670 (diff) |
Version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-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 322e8524..71ba01c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 28 - versionCode 450 - versionName '0.0.20190605' + versionCode 451 + versionName '0.0.20190708' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |