diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-11 02:35:16 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-11 02:38:18 +0100 |
commit | b514717076be159077cd1956928c1c51ba7b7225 (patch) | |
tree | 7a190e45285723d75faed4339e854efe93f84763 | |
parent | 23932952d842914aacf68d06a5d53017fbbf4ae2 (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 01e82d80..f0b72987 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 28 - versionCode 444 - versionName '0.0.20181207' + versionCode 445 + versionName '0.0.20181210' buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" } // If the keystore file exists |