We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dc677 commit 751ce54Copy full SHA for 751ce54
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
fragmentVersion = '1.4.1'
15
jsr305Version = '3.0.2'
16
junitVersion = '4.13.2'
17
- lifecycleRuntimeKtxVersion = '2.4.0'
+ lifecycleRuntimeKtxVersion = '2.4.1'
18
materialComponentsVersion = '1.5.0'
19
preferenceVersion = '1.2.0'
20
zxingEmbeddedVersion = '4.3.0'
@@ -24,7 +24,7 @@ buildscript {
24
}
25
26
plugins {
27
- id "de.undercouch.download" version "4.1.2"
+ id "de.undercouch.download" version "5.0.1"
28
29
30
task downloadCrowdin(type: Download) {
settings.gradle
@@ -1,5 +1,5 @@
1
pluginManagement {
2
- def agpVersion = "7.0.4"
+ def agpVersion = "7.1.2"
3
def kotlinVersion = "1.6.10"
4
repositories {
5
gradlePluginPortal()
0 commit comments