Skip to content

Commit b179afe

Browse files
committed
Update various AndroidX dependencies
1 parent 1c548a2 commit b179afe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dependencies.gradle

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ ext {
1111
coroutines: '1.3.0'
1212
],
1313
androidX: [
14-
core: '1.2.0-alpha03',
15-
activity: '1.1.0-alpha02',
16-
fragment: '1.2.0-alpha02',
17-
appCompat: '1.1.0-rc01',
14+
core: '1.2.0-alpha04',
15+
activity: '1.1.0-alpha03',
16+
fragment: '1.2.0-alpha03',
17+
appCompat: '1.1.0',
1818
constraintLayout: '2.0.0-beta2',
19-
recyclerView: '1.1.0-beta03',
19+
recyclerView: '1.1.0-beta04',
2020
swipeRefreshLayout: '1.1.0-alpha02',
21-
viewPager2: '1.0.0-beta03',
21+
viewPager2: '1.0.0-beta04',
2222
emoji: '1.0.0',
2323
browser: '1.2.0-alpha07',
24-
lifecycle: '2.2.0-alpha03',
25-
room: '2.2.0-beta01',
24+
lifecycle: '2.2.0-alpha04',
25+
room: '2.2.0-rc01',
2626
paging: '2.1.0',
27-
navigation: '2.2.0-alpha01',
27+
navigation: '2.2.0-alpha02',
2828
work: '2.3.0-alpha01',
2929
test: [
3030
core: '1.2.1-alpha02',

0 commit comments

Comments
 (0)