android: New release after fixing potential ANR issue

This commit is contained in:
Tobias Brunner
2017-02-20 16:34:43 +01:00
parent 94375d46dc
commit 72fcce92d7
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "org.strongswan.android"
minSdkVersion 15
targetSdkVersion 22
versionCode 41
versionName "1.8.1"
versionCode 42
versionName "1.8.2"
}
sourceSets.main {