Browse Source

Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld 6 years ago
parent
commit
c905ef6083
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 436
versionName '0.0.20180724'
versionCode 437
versionName '0.0.20180725'
}
// If the keystore file exists
if (keystorePropertiesFile.exists()) {


Loading…
Cancel
Save