File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ kotlinxSerialization = "1.9.0"
5
5
activity = " 1.10.1"
6
6
cardview = " 1.0.0"
7
7
constraintLayout = " 2.2.1"
8
- core = " 1.16 .0"
8
+ core = " 1.17 .0"
9
9
lifecycle = { require = " 2.8.7" }
10
- navigation = " 2.9.1 "
10
+ navigation = " 2.9.3 "
11
11
recyclerView = " 1.4.0"
12
12
# google
13
13
material = " 1.12.0"
@@ -16,9 +16,9 @@ fastAdapter = "5.7.0"
16
16
iconics = " 5.4.0"
17
17
itemAnimators = " 1.1.0"
18
18
ivy = " 2.5.3"
19
- modelBuilder = " 3.9.10 "
19
+ modelBuilder = " 3.9.11 "
20
20
materialDrawer = " 9.0.2"
21
- okhttp = " 5.0 .0"
21
+ okhttp = " 5.1 .0"
22
22
23
23
[plugins ]
24
24
navSafeArgs = { id = " androidx.navigation.safeargs" , version.ref = " navigation" }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencyResolutionManagement {
22
22
from(files(" ../gradle/libs.versions.toml" ))
23
23
}
24
24
create(" baseLibs" ) {
25
- from(" com.mikepenz:version-catalog:0.3.9 " )
25
+ from(" com.mikepenz:version-catalog:0.5.0 " )
26
26
}
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencyResolutionManagement {
25
25
26
26
versionCatalogs {
27
27
create(" baseLibs" ) {
28
- from(" com.mikepenz:version-catalog:0.6 .0" )
28
+ from(" com.mikepenz:version-catalog:0.8 .0" )
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments