diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-13 11:47:16 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-13 11:53:17 +0200 |
commit | 68d871c47c463441eead60ba355f686b24325b09 (patch) | |
tree | 6b0f830319f331614f8d50b2a5c7f03ceba1f647 /app | |
parent | a45a219e5f5ebc17f414e8c1209b0ef3458e743f (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 9a90a3e0..b0ead1e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 452 - versionName '0.0.20191012' + versionCode 453 + versionName '0.0.20191013' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |