Skip to content

Commit c3bd20a

Browse files
committed
dependencies updated.
1 parent c9a5bb7 commit c3bd20a

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
@@ -1,16 +1,16 @@
11
// root build.gradle
22
buildscript {
33
ext {
4-
agp_version = '7.4.1'
4+
agp_version = '7.4.2'
55
nav_version = '2.5.3'
6-
fragment_version = '1.5.5'
7-
room_version = '2.5.0'
8-
annotation_version = '1.5.0'
6+
fragment_version = '1.5.6'
7+
room_version = '2.5.1'
8+
annotation_version = '1.6.0'
99
material_version = '1.8.0'
1010
flexbox_version = '3.0.0'
1111
appcompat_version = '1.6.1'
1212
splash_version = '1.0.0'
13-
recyclerview_version = '1.2.1'
13+
recyclerview_version = '1.3.0'
1414
preference_version = '1.2.0'
1515
cardview_version = '1.0.0'
1616
retrofit_version = '2.9.0'

0 commit comments

Comments
 (0)