diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-30 23:11:32 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-30 23:11:32 +0200 |
commit | 26153a7bea0b9b2ccc02e9cc57684683ff3ddc06 (patch) | |
tree | 5e75e4f4702496ee66dc5282c1b4a0fd44694420 | |
parent | af0e192d59b76f5e09ec7fe189350f39a6b5c12b (diff) |
Version bump
-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 4db2efb7..0422b36a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 406 - versionName '0.4.1' + versionCode 407 + versionName '0.4.2' } externalNativeBuild { cmake { |