From 275bea68f7bf725e0e617cc978e3e69e2a88a42c Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Thu, 13 Dec 2018 15:21:31 +0000 Subject: [PATCH] updating some dependencies --- Sandbox/app/build.gradle | 12 ++++++------ Sandbox/build.gradle | 5 ++++- Sandbox/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Sandbox/app/build.gradle b/Sandbox/app/build.gradle index 1943759f..a9bc38ff 100644 --- a/Sandbox/app/build.gradle +++ b/Sandbox/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 26 + buildToolsVersion '28.0.3' defaultConfig { applicationId "novoda.com.sandbox" minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,7 +20,7 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.3.0' + implementation fileTree(dir: 'libs', include: ['*.jar']) + testImplementation 'junit:junit:4.12' + api 'com.android.support:appcompat-v7:26.1.0' } diff --git a/Sandbox/build.gradle b/Sandbox/build.gradle index 53f4fad6..adac884d 100644 --- a/Sandbox/build.gradle +++ b/Sandbox/build.gradle @@ -2,10 +2,12 @@ buildscript { repositories { + google() jcenter() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -14,6 +16,7 @@ buildscript { allprojects { repositories { + google() jcenter() } } diff --git a/Sandbox/gradle/wrapper/gradle-wrapper.properties b/Sandbox/gradle/wrapper/gradle-wrapper.properties index 122a0dca..be81f7c1 100644 --- a/Sandbox/gradle/wrapper/gradle-wrapper.properties +++ b/Sandbox/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Dec 28 10:00:20 PST 2015 +#Thu Dec 13 14:56:28 GMT 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip