File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
constraintLayoutVersion = ' 2.1.3'
9
9
coordinatorLayoutVersion = ' 1.2.0'
10
10
coreKtxVersion = ' 1.7.0'
11
- coroutinesVersion = ' 1.6.0 '
11
+ coroutinesVersion = ' 1.6.1 '
12
12
datastoreVersion = ' 1.0.0'
13
13
desugarVersion = ' 1.1.5'
14
14
fragmentVersion = ' 1.4.1'
@@ -24,7 +24,7 @@ buildscript {
24
24
}
25
25
26
26
plugins {
27
- id " de.undercouch.download" version " 5.0.1 "
27
+ id " de.undercouch.download" version " 5.0.4 "
28
28
}
29
29
30
30
task downloadCrowdin (type : Download ) {
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
- def agpVersion = " 7.1.2 "
3
- def kotlinVersion = " 1.6.10 "
2
+ def agpVersion = " 7.1.3 "
3
+ def kotlinVersion = " 1.6.20 "
4
4
repositories {
5
5
gradlePluginPortal()
6
6
google()
You can’t perform that action at this time.
0 commit comments