plectrum

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

commit 0892a32490b77d67cddbf1a7d482b92edecc4140
parent 2e7a6ff7d1cc68a72f82a49dfd3c503f826af869
Author: gstraube <gstraube@mailbox.org>
Date:   Sun,  6 Sep 2020 10:02:51 +0200

Upgrade Gradle

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

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