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
1 changed files with 2 additions and 2 deletions

View File

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