diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-06 21:13:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-06 21:13:36 +0200 |
commit | 2c7203ab8d88a1eb497d674110922271ec610374 (patch) | |
tree | 95a242b0d89de0310886b85581107e4cb170551c /app | |
parent | d1a812042c1e2fe3eb10fa5e08efe78e613df016 (diff) |
Another bump for misbuild
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 741e1b1e..091087ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 428 + versionCode 429 versionName '0.0.20180706' } // If the keystore file exists |