plectrum

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

commit 19aac7ad6e59902c014eb1be39ceefc799eab67b
parent fd246ea083be6f860cae5bf4046a85ef9f441205
Author: gstraube <gstraube@mailbox.org>
Date:   Fri, 15 Dec 2017 18:58:48 +0100

Update Gradle version

Diffstat:
Mbuild.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0' + classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files