]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update Gradle plugin and wrapper
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Jun 2018 10:09:32 +0000 (12:09 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 3 Jul 2018 09:31:31 +0000 (11:31 +0200)
src/frontends/android/app/build.gradle
src/frontends/android/build.gradle
src/frontends/android/gradle/wrapper/gradle-wrapper.properties

index b708be4cbaf011e523571529e1a0b10a887a3f31..15b1d4da39a87ae94fe404321dd364cebe75d065 100644 (file)
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 23
-    buildToolsVersion '25.0.0'
+    buildToolsVersion '27.0.3'
 
     defaultConfig {
         applicationId "org.strongswan.android"
@@ -43,7 +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'
+    implementation 'com.android.support:appcompat-v7:23.3.0'
+    implementation 'com.android.support:design:23.3.0'
+    testImplementation 'junit:junit:4.12'
 }
index e52ed0aca1f86bc66121face572732e3c7a6fcea..365aa1177688d1142fd0b41f141128c3d67c4c5d 100644 (file)
@@ -1,14 +1,16 @@
 buildscript {
     repositories {
         jcenter()
+        google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.3'
+        classpath 'com.android.tools.build:gradle:3.1.3'
     }
 }
 
 allprojects {
     repositories {
         jcenter()
+        google()
     }
 }
index 8c08a361cfea5d61e130b9306348fa906f4c18c2..8a32ae179a55e36b8309e7317f802d03b02db9ff 100644 (file)
@@ -1,6 +1,6 @@
-#Tue Apr 18 15:57:06 CEST 2017
+#Mon Jun 04 11:56:43 CEST 2018
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip