Browse Source

Version bump

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

+ 2
- 2
app/build.gradle View File

@@ -16,8 +16,8 @@ android {
applicationId 'com.wireguard.android' applicationId 'com.wireguard.android'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 27
versionCode 426
versionName '0.0.20180616'
versionCode 427
versionName '0.0.20180625'
} }
// If the keystore file exists // If the keystore file exists
if (keystorePropertiesFile.exists()) { if (keystorePropertiesFile.exists()) {


Loading…
Cancel
Save