android: New release after fixing issues with older Android versions and DB upgrade

This commit is contained in:
Tobias Brunner 2017-07-04 11:52:34 +02:00
parent ccb6e9f1b0
commit 909d7dca17
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "org.strongswan.android"
minSdkVersion 15
targetSdkVersion 22
versionCode 45
versionName "1.9.1"
versionCode 46
versionName "1.9.2"
}
sourceSets.main {