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-10-13 10:43:47 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-13 10:43:47 +0300
commitdb9fdf807acae9b3c0ecfbe5e0208baf795cff22 (patch)
treef845dae279fdb3ddba9a955d59e7b0aacfccf33b /build.gradle
parent275a3541eefab371338604a2fd2be9c2618edf3e (diff)
Bump to gradle 4.1.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 b3a1be3e..81a115c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
apply plugin: 'maven'
- classpath 'com.android.tools.build:gradle:4.0.1'
+ classpath 'com.android.tools.build:gradle:4.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files