Skip to content

Commit 2bac2fe

Browse files
committed
build: upgrade runtime dependencies
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 261236c commit 2bac2fe

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,6 +1,6 @@
11
buildscript {
22
ext {
3-
activityVersion = '1.2.0-beta02'
3+
activityVersion = '1.2.0-rc01'
44
agpVersion = '4.1.1'
55
annotationsVersion = '1.1.0'
66
appcompatVersion = '1.2.0'
@@ -15,9 +15,9 @@ buildscript {
1515
fragmentVersion = '1.3.0-beta02'
1616
jsr305Version = '3.0.2'
1717
junitVersion = '4.13.1'
18-
kotlinVersion = '1.4.21'
19-
lifecycleRuntimeKtxVersion = '2.3.0-beta01'
20-
materialComponentsVersion = '1.3.0-beta01'
18+
kotlinVersion = '1.4.21-2'
19+
lifecycleRuntimeKtxVersion = '2.3.0-rc01'
20+
materialComponentsVersion = '1.3.0-rc01'
2121
preferenceVersion = '1.1.1'
2222
zxingEmbeddedVersion = '3.6.0'
2323

0 commit comments

Comments
 (0)