summaryrefslogtreecommitdiffhomepage
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d49f6d24..c13e124a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ buildscript {
fragmentVersion = '1.4.1'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
- lifecycleRuntimeKtxVersion = '2.4.0'
+ lifecycleRuntimeKtxVersion = '2.4.1'
materialComponentsVersion = '1.5.0'
preferenceVersion = '1.2.0'
zxingEmbeddedVersion = '4.3.0'
@@ -24,7 +24,7 @@ buildscript {
}
plugins {
- id "de.undercouch.download" version "4.1.2"
+ id "de.undercouch.download" version "5.0.1"
}
task downloadCrowdin(type: Download) {