Skip to content

Commit 7002367

Browse files
committed
gradle: update AndroidX dependencies
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 5339e48 commit 7002367

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ buildscript {
22
ext {
33
activityVersion = '1.4.0'
44
annotationsVersion = '1.3.0'
5-
appcompatVersion = '1.4.0'
5+
appcompatVersion = '1.4.1'
66
biometricVersion = '1.1.0'
77
collectionVersion = '1.2.0'
8-
constraintLayoutVersion = '2.1.2'
9-
coordinatorLayoutVersion = '1.1.0'
8+
constraintLayoutVersion = '2.1.3'
9+
coordinatorLayoutVersion = '1.2.0'
1010
coreKtxVersion = '1.7.0'
1111
coroutinesVersion = '1.6.0'
1212
datastoreVersion = '1.0.0'
1313
desugarVersion = '1.1.5'
14-
fragmentVersion = '1.4.0'
14+
fragmentVersion = '1.4.1'
1515
jsr305Version = '3.0.2'
1616
junitVersion = '4.13.2'
1717
lifecycleRuntimeKtxVersion = '2.4.0'
18-
materialComponentsVersion = '1.4.0'
19-
preferenceVersion = '1.1.1'
18+
materialComponentsVersion = '1.5.0'
19+
preferenceVersion = '1.2.0'
2020
zxingEmbeddedVersion = '4.3.0'
2121

2222
groupName = 'com.wireguard.android'

0 commit comments

Comments
 (0)