android: New release after fixing a crash during certificate imports

This commit is contained in:
Tobias Brunner 2016-05-06 12:50:51 +02:00
parent 1130dbc408
commit 2df0d092f0
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 30
versionName "1.6.1"
versionCode 31
versionName "1.6.2"
}
sourceSets.main {