Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-07-06 18:14:05 +02:00
parent 78d976162d
commit d1a812042c

View File

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