From c607021894a0d777c6a63a9a3b1abd3e9f9fe304 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 7 Mar 2017 16:45:15 -0800 Subject: Update gradle + build tools --- ServerProxy | 2 +- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ServerProxy b/ServerProxy index 26d9e727..ceeea142 160000 --- a/ServerProxy +++ b/ServerProxy @@ -1 +1 @@ -Subproject commit 26d9e727ec74b6037382daa24d1d19e20c16fa8d +Subproject commit ceeea142664380e2b9cb33cc7ffa773af5384ae2 diff --git a/app/build.gradle b/app/build.gradle index 30a16246..0ee48164 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 24 - buildToolsVersion "23.0.3" + buildToolsVersion '25.0.0' defaultConfig { applicationId "github.daneren2005.dsub" diff --git a/build.gradle b/build.gradle index 2dd2cc26..ef4ab601 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' + classpath 'com.android.tools.build:gradle:2.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f9d370e8..a58c8fc3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Aug 16 16:00:21 PDT 2016 +#Tue Mar 07 08:58:29 PST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip -- cgit v1.2.3