File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
3
activityVersion = ' 1.4.0'
4
- annotationsVersion = ' 1.2 .0'
5
- appcompatVersion = ' 1.3.1 '
4
+ annotationsVersion = ' 1.3 .0'
5
+ appcompatVersion = ' 1.4.0 '
6
6
biometricVersion = ' 1.1.0'
7
- collectionVersion = ' 1.1 .0'
8
- constraintLayoutVersion = ' 2.1.1 '
7
+ collectionVersion = ' 1.2 .0'
8
+ constraintLayoutVersion = ' 2.1.2 '
9
9
coordinatorLayoutVersion = ' 1.1.0'
10
10
coreKtxVersion = ' 1.7.0'
11
- coroutinesVersion = ' 1.5.2 '
11
+ coroutinesVersion = ' 1.6.0 '
12
12
datastoreVersion = ' 1.0.0'
13
13
desugarVersion = ' 1.1.5'
14
- fragmentVersion = ' 1.3.6 '
14
+ fragmentVersion = ' 1.4.0 '
15
15
jsr305Version = ' 3.0.2'
16
16
junitVersion = ' 4.13.2'
17
17
lifecycleRuntimeKtxVersion = ' 2.4.0'
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
- def agpVersion = " 7.0.3 "
3
- def kotlinVersion = " 1.5.31 "
2
+ def agpVersion = " 7.0.4 "
3
+ def kotlinVersion = " 1.6.10 "
4
4
repositories {
5
5
gradlePluginPortal()
6
6
google()
You can’t perform that action at this time.
0 commit comments