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

github.com/stefan-niedermann/nextcloud-deck.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:16:16 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-28 22:16:16 +0300
commit0876aaf720b2e7d520cf1ff9445120cfef85a3aa (patch)
tree0c46fcc8926fe2575133dd23e0a32bfea4123515 /build.gradle
parentc7949edec3f657e360532f614c3680586716cb74 (diff)
Update to Gradle Plugin 4.0 (requires Android Studio 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 7672c52a0..d46acabb4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- 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