android: New release after fixing DB update and adding UTF-8 for EAP-MSCHAPv2

This commit is contained in:
Tobias Brunner 2019-04-16 15:58:31 +02:00
parent 199412a8ef
commit 8eafdc7f54

View File

@ -7,8 +7,8 @@ android {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 26 targetSdkVersion 26
versionCode 63 versionCode 64
versionName "2.1.0" versionName "2.1.1"
} }
sourceSets.main { sourceSets.main {