diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-20 11:31:58 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-12-20 11:31:58 +0100 |
commit | a7df92a64c634913f79a7d2f32c25c3ef7a026b7 (patch) | |
tree | 77499a6815d0be3d24945125ac88cab79d4c42a3 | |
parent | 4d3043c0419a4c44c1004d13a8510557c61b1878 (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 bb5c7ac3..06f24f13 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 29 - versionCode 459 - versionName '0.0.20191120' + versionCode 460 + versionName '0.0.20191220' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |