Skip to content

Commit fb819b9

Browse files
msfjarviszx2c4
authored andcommitted
build: upgrade AGP, Kotlin, core-ktx and mdc-android
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent fe82037 commit fb819b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
buildscript {
22
ext {
33
activityVersion = '1.2.0-beta02'
4-
agpVersion = '4.1.0'
4+
agpVersion = '4.1.1'
55
annotationsVersion = '1.1.0'
66
appcompatVersion = '1.2.0'
77
biometricVersion = '1.1.0-rc01'
88
collectionVersion = '1.1.0'
99
constraintLayoutVersion = '2.0.4'
1010
coordinatorLayoutVersion = '1.1.0'
11-
coreKtxVersion = '1.3.1'
11+
coreKtxVersion = '1.3.2'
1212
coroutinesVersion = '1.4.2'
1313
datastoreVersion = '1.0.0-alpha05'
1414
desugarVersion = '1.0.10'
1515
fragmentVersion = '1.3.0-beta02'
1616
jsr305Version = '3.0.2'
1717
junitVersion = '4.13.1'
18-
kotlinVersion = '1.4.20'
18+
kotlinVersion = '1.4.21'
1919
lifecycleRuntimeKtxVersion = '2.3.0-beta01'
20-
materialComponentsVersion = '1.3.0-alpha03'
20+
materialComponentsVersion = '1.3.0-alpha04'
2121
preferenceVersion = '1.1.1'
2222
zxingEmbeddedVersion = '3.6.0'
2323

0 commit comments

Comments
 (0)