From: Tobias Brunner Date: Mon, 4 Sep 2017 09:27:40 +0000 (+0200) Subject: android: New release after adding OCSP, CRL cache and some other stuff X-Git-Tag: 5.6.1dr2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311d931aef31cce4ea580df019a618e93fd88038;p=thirdparty%2Fstrongswan.git android: New release after adding OCSP, CRL cache and some other stuff --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 637d16ecc1..c1887a55d6 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 46 - versionName "1.9.2" + versionCode 47 + versionName "1.9.3" } sourceSets.main {