diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-05-06 12:50:51 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-05-06 12:52:26 +0200 |
commit | 2df0d092f0775916c13bef1c2eea2958bde6c834 (patch) | |
tree | 4df3f23d5ddd7bf632698b32419fcbb410fdb94f | |
parent | 1130dbc408da340dc90ba0dcb72bf0821167ba09 (diff) | |
download | strongswan-2df0d092f0775916c13bef1c2eea2958bde6c834.tar.bz2 strongswan-2df0d092f0775916c13bef1c2eea2958bde6c834.tar.xz |
android: New release after fixing a crash during certificate imports
-rw-r--r-- | src/frontends/android/app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 2c81eecc8..09c400d43 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -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 { |