Browse Source

Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld 4 years ago
parent
commit
b67fa3a38c
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 29
versionCode 458
versionName '0.0.20191018'
versionCode 459
versionName '0.0.20191120'
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
}
// If the keystore file exists


Loading…
Cancel
Save