android: New release after adding IPv6 support and several fixes

This commit is contained in:
Tobias Brunner 2020-10-29 10:55:09 +01:00
parent ec317c29ca
commit 01fee62f46
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "org.strongswan.android"
minSdkVersion 15
targetSdkVersion 29
versionCode 72
versionName "2.3.0"
versionCode 73
versionName "2.3.1"
}
sourceSets.main {