plectrum

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

commit f92f095e04484885692f47eacbbef03a4d28a28c
parent 5b9245e0301dee668de2f5eb6b558ee0dd7af8ce
Author: gstraube <gstraube@mailbox.org>
Date:   Tue,  1 May 2018 15:24:55 +0200

Update Gradle version

Diffstat:
M.idea/misc.xml | 3---
Mbuild.gradle | 2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.idea/misc.xml b/.idea/misc.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="EntryPointsManager"> - <entry_points version="2.0" /> - </component> <component name="NullableNotNullManager"> <option name="myDefaultNullable" value="android.support.annotation.Nullable" /> <option name="myDefaultNotNull" value="android.support.annotation.NonNull" /> diff --git a/build.gradle b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.0' + classpath 'com.android.tools.build:gradle:3.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files