From 639c033d8e2f307282557a9a7838ec1277903c79 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Thu, 23 Nov 2017 09:52:53 +0100 Subject: [android] - update project to gradle 4.1, gradle tools 3.0, build tools 26.0.2 --- platform/android/build.gradle | 5 +++-- platform/android/dependencies.gradle | 2 +- platform/android/gradle/wrapper/gradle-wrapper.properties | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/android/build.gradle b/platform/android/build.gradle index f3301d0b5a..28d5363797 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -1,16 +1,17 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:3.0.1' } } allprojects { repositories { jcenter() - maven { url 'https://maven.google.com' } + google() maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } } diff --git a/platform/android/dependencies.gradle b/platform/android/dependencies.gradle index 687ef09fb0..9a8115bf0f 100644 --- a/platform/android/dependencies.gradle +++ b/platform/android/dependencies.gradle @@ -2,7 +2,7 @@ ext { minSdkVersion = 15 targetSdkVersion = 25 compileSdkVersion = 25 - buildToolsVersion = "25.0.3" + buildToolsVersion = "26.0.3" versionCode = 12 versionName = "6.0.0" diff --git a/platform/android/gradle/wrapper/gradle-wrapper.properties b/platform/android/gradle/wrapper/gradle-wrapper.properties index 1d35abd7b2..bf1b63c346 100644 --- a/platform/android/gradle/wrapper/gradle-wrapper.properties +++ b/platform/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ -#Fri Mar 03 10:22:19 EST 2017 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 \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip -- cgit v1.2.1