plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2237b4fc97fd78958ca9b85339963ef4a6da5760
parent cbcfa558eccfbf9343614013d3306b8b7312dded
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 29 Oct 2017 12:13:22 +0100

Update build tools

Diffstat:
M.travis.yml | 2+-
Mapp/build.gradle | 2+-
Mbuild.gradle | 3++-
Mgradle/wrapper/gradle-wrapper.properties | 4++--
4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -5,7 +5,7 @@ android: - tools - platform-tools - tools - - build-tools-26.0.1 + - build-tools-26.0.2 - android-26 - extra-android-support before_install: diff --git a/app/build.gradle b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'findbugs' android { compileSdkVersion 26 - buildToolsVersion "26.0.1" + buildToolsVersion '26.0.2' defaultConfig { applicationId "com.github.cythara" minSdkVersion 15 diff --git a/build.gradle b/build.gradle @@ -3,9 +3,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:3.0.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 @@ -1,6 +1,6 @@ -#Sat May 20 16:48:12 CEST 2017 +#Sun Oct 29 12:03:07 CET 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 +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip