aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-09-18 11:04:46 +0200
committerTobias Brunner <tobias@strongswan.org>2017-09-18 11:04:46 +0200
commitd3e1beaad526eec13e256f8da309bc6d2aeba776 (patch)
tree840c117af7e0bd60a8a0843ad98c6ea9ea25fa0b
parent66b7a08884261e1308fabb4853da6acca8755786 (diff)
downloadstrongswan-d3e1beaad526eec13e256f8da309bc6d2aeba776.tar.bz2
strongswan-d3e1beaad526eec13e256f8da309bc6d2aeba776.tar.xz
android: New release after adding delta CRL support and some bug fixes
-rw-r--r--src/frontends/android/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle
index c1887a55d..ca11abe02 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 47
- versionName "1.9.3"
+ versionCode 48
+ versionName "1.9.4"
}
sourceSets.main {