Skip to content

Commit 961cba3

Browse files
committed
build: upgrade runtime dependencies
Updates ConstraintLayout, kotlinx.coroutines, Jetpack DataStore, JUnit and Lifecycle-Runtime-KTX Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 6bc7386 commit 961cba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ buildscript {
66
appcompatVersion = '1.2.0'
77
biometricVersion = '1.1.0-beta01'
88
collectionVersion = '1.1.0'
9-
constraintLayoutVersion = '2.0.2'
9+
constraintLayoutVersion = '2.0.4'
1010
coordinatorLayoutVersion = '1.1.0'
1111
coreKtxVersion = '1.3.1'
12-
coroutinesVersion = '1.3.9'
13-
datastoreVersion = '1.0.0-alpha01'
12+
coroutinesVersion = '1.4.1'
13+
datastoreVersion = '1.0.0-alpha02'
1414
desugarVersion = '1.0.10'
1515
fragmentVersion = '1.3.0-beta01'
1616
jsr305Version = '3.0.2'
17-
junitVersion = '4.13'
17+
junitVersion = '4.13.1'
1818
kotlinVersion = '1.4.10'
19-
lifecycleRuntimeKtxVersion = '2.3.0-alpha07'
19+
lifecycleRuntimeKtxVersion = '2.3.0-beta01'
2020
materialComponentsVersion = '1.3.0-alpha03'
2121
preferenceVersion = '1.1.1'
2222
zxingEmbeddedVersion = '3.6.0'

0 commit comments

Comments
 (0)