plectrum

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

commit 7dcc0b44b9cafc09b64aafd043f4f5d2ba14491b
parent 02d898d761c7685a91cb71c43c358fcc479c3f88
Author: gstraube <gstraube@mailbox.org>
Date:   Thu,  1 Nov 2018 18:05:41 +0100

Update build tools

Diffstat:
Mapp/build.gradle | 2+-
Mbuild.gradle | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'findbugs' android { compileSdkVersion 28 - buildToolsVersion '28.0.2' + buildToolsVersion '28.0.3' defaultConfig { applicationId "com.github.cythara" minSdkVersion 15 diff --git a/build.gradle b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + 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