We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f3cab commit 518c7a8Copy full SHA for 518c7a8
build.gradle
@@ -1,17 +1,17 @@
1
// root build.gradle
2
buildscript {
3
ext {
4
- agp_version = '8.1.1'
+ agp_version = '8.1.2'
5
kotlin_version = '1.9.10'
6
- material_design_version = '1.9.0'
+ material_design_version = '1.10.0'
7
appcompat_version = '1.6.1'
8
annotation_version = '1.6.0'
9
fragment_version = '1.6.1'
10
- nav_version = '2.7.2'
11
- room_version = '2.5.2'
+ nav_version = '2.7.4'
+ room_version = '2.6.0'
12
flexbox_version = '3.0.0'
13
splash_version = '1.0.1'
14
- recyclerview_version = '1.3.1'
+ recyclerview_version = '1.3.2'
15
preference_version = '1.2.1'
16
cardview_version = '1.0.0'
17
retrofit_version = '2.9.0'
0 commit comments