Browse Source

Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld 5 years ago
parent
commit
81dc89f85b
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 28
versionCode 448
versionName '0.0.20190307'
versionCode 449
versionName '0.0.20190319'
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
}
// If the keystore file exists


Loading…
Cancel
Save