Version bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-07-18 18:40:16 +02:00
parent 08170f7e55
commit ffb8bccbc5

View File

@ -17,8 +17,8 @@ android {
applicationId 'com.wireguard.android' applicationId 'com.wireguard.android'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 27
versionCode 433 versionCode 434
versionName '0.0.20180716' versionName '0.0.20180718'
} }
// If the keystore file exists // If the keystore file exists
if (keystorePropertiesFile.exists()) { if (keystorePropertiesFile.exists()) {