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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-06 20:18:37 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-06 20:18:37 +0300
commite97a615670fd350ac68561a740f1591dbeb78e84 (patch)
tree87b1783d169d63f7b646f873031b2eb1d54159c9 /build.gradle
parent8ff6e08885578c166346f9c1d75d361ff102e127 (diff)
Bump gradle plugin and gradle itself
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 7a968c8..cda88b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.5.3'
+ classpath 'com.android.tools.build:gradle:3.6.2'
}
}
apply plugin: 'com.android.library'