]> 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 46927ea2723e760a12741ae814c66523c6591fe2..c1887a55d6e2ee303816fd52526be867cf22d873 100644 (file)
@@ -1,15 +1,15 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 21
-    buildToolsVersion "22.0.1"
+    compileSdkVersion 23
+    buildToolsVersion '25.0.0'
 
     defaultConfig {
         applicationId "org.strongswan.android"
         minSdkVersion 15
         targetSdkVersion 22
-        versionCode 28
-        versionName "1.5.0"
+        versionCode 47
+        versionName "1.9.3"
     }
 
     sourceSets.main {
@@ -29,6 +29,7 @@ android {
 
     tasks.withType(JavaCompile) {
         compileTask -> compileTask.dependsOn buildNative
+        options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
     }
 
     clean.dependsOn 'cleanNative'
@@ -42,5 +43,7 @@ android {
 }
 
 dependencies {
+    compile 'com.android.support:appcompat-v7:23.3.0'
+    compile 'com.android.support:design:23.3.0'
     testCompile 'junit:junit:4.12'
 }