Browse Source

Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld 6 years ago
parent
commit
ae5bf6fbb2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/build.gradle

+ 2
- 2
app/build.gradle View File

@@ -17,8 +17,8 @@ android {
applicationId 'com.wireguard.android'
minSdkVersion 21
targetSdkVersion 27
versionCode 432
versionName '0.0.20180711'
versionCode 433
versionName '0.0.20180716'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {


Loading…
Cancel
Save