Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-10-01 17:47:24 +02:00
parent c23d58bc27
commit d0b64f4bd5

View File

@ -17,8 +17,8 @@ android {
applicationId 'com.wireguard.android' applicationId 'com.wireguard.android'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 439 versionCode 440
versionName '0.0.20180826' versionName '0.0.20181001'
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel" buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
} }
// If the keystore file exists // If the keystore file exists