plectrum

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

commit a38b7b6bd9d23bebfdd435fe63988d10d7e7eba8
parent 83a57825bde955142aafff1d31f8b69de7541805
Author: gstraube <gstraube@mailbox.org>
Date:   Mon,  3 Jul 2017 17:38:11 +0200

Update Gradle version

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

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