diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-19 07:55:24 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-19 17:11:02 +0200 |
commit | 32fcb3fccf060cb11e7ae0e2b434f6ff06e10bd0 (patch) | |
tree | 6a724756b5eed163f3fba27f55d69e374af7ec73 /app/build.gradle | |
parent | e7c6e487ea7dffcc506c9c47edf7ecde1aea1c63 (diff) |
Work around go fd closing limitation and version bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-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 18710cc0..fbc74ca4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,7 +20,7 @@ android { applicationId 'com.wireguard.android' minSdkVersion 21 targetSdkVersion 27 - versionCode 402 + versionCode 403 versionName '0.4.0' } externalNativeBuild { |