]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/frontends/android/app/build.gradle
android: New release after adding OCSP, CRL cache and some other stuff
[thirdparty/strongswan.git] / src / frontends / android / app / build.gradle
index 3c1c68a5bb78e4e20538be9040e3fbd28191f206..c1887a55d6e2ee303816fd52526be867cf22d873 100644 (file)
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 23
-    buildToolsVersion "23.0.3"
+    buildToolsVersion '25.0.0'
 
     defaultConfig {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 22
-        versionCode 42
-        versionName "1.8.2"
+        versionCode 47
+        versionName "1.9.3"
     }
 
     sourceSets.main {