Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-28 22:14:11 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-28 22:14:11 +0300
commitb328fb1b8be09d0f1294b454333d0199f5ebb75a (patch)
tree982e7ae5517e0b5205cb071c8f97a1be28347218 /build.gradle
parent196e64151dafb825c115701ec42983ab3b5b504d (diff)
Update gradle plugin to 4.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 72812314..6036a8e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
apply plugin: 'maven'
- classpath 'com.android.tools.build:gradle:3.6.3'
+ classpath 'com.android.tools.build:gradle:4.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files