File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
67
67
// for Google Analytics. This is recommended, but not required.
68
68
implementation(" com.google.firebase:firebase-analytics" )
69
69
70
- debugImplementation(" androidx.fragment:fragment-testing:1.8.8 " )
70
+ debugImplementation(" androidx.fragment:fragment-testing:1.8.9 " )
71
71
androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
72
72
androidTestImplementation(" androidx.test:rules:1.7.0" )
73
73
androidTestImplementation(" androidx.test:runner:1.7.0" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ activityCompose = "1.10.1"
3
3
agp = " 8.9.2"
4
4
composeBom = " 2024.09.00"
5
5
composeNavigation = " 2.9.3"
6
- coreKtx = " 1.16 .0"
6
+ coreKtx = " 1.17 .0"
7
7
espressoCore = " 3.7.0"
8
8
firebaseBom = " 34.1.0"
9
9
junit = " 4.13.2"
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ dependencies {
76
76
// Support Libs
77
77
implementation(" androidx.activity:activity-ktx:1.10.1" )
78
78
implementation(" androidx.appcompat:appcompat:1.7.1" )
79
- implementation(" androidx.core:core-ktx:1.16 .0" )
79
+ implementation(" androidx.core:core-ktx:1.17 .0" )
80
80
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
81
81
implementation(" androidx.cardview:cardview:1.0.0" )
82
82
implementation(" androidx.browser:browser:1.5.0" )
83
83
implementation(" com.google.android.material:material:1.12.0" )
84
- implementation(" androidx.media:media:1.7.0 " )
84
+ implementation(" androidx.media:media:1.7.1 " )
85
85
implementation(" androidx.recyclerview:recyclerview:1.4.0" )
86
86
implementation(" androidx.multidex:multidex:2.0.1" )
87
87
implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
implementation(project(" :internal:chooserx" ))
51
51
52
52
implementation(" androidx.activity:activity-ktx:1.10.1" )
53
- implementation(" androidx.fragment:fragment-ktx:1.8.8 " )
53
+ implementation(" androidx.fragment:fragment-ktx:1.8.9 " )
54
54
implementation(" androidx.appcompat:appcompat:1.7.1" )
55
55
implementation(" com.google.android.material:material:1.12.0" )
56
56
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ agp = "8.12.0"
3
3
coilCompose = " 2.7.0"
4
4
firebaseBom = " 34.1.0"
5
5
kotlin = " 2.2.0"
6
- coreKtx = " 1.16 .0"
6
+ coreKtx = " 1.17 .0"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.3.0"
9
9
espressoCore = " 3.7.0"
10
10
kotlinxSerializationCore = " 1.9.0"
11
11
lifecycle = " 2.9.2"
12
12
activityCompose = " 1.10.1"
13
- composeBom = " 2025.07 .00"
13
+ composeBom = " 2025.08 .00"
14
14
googleServices = " 4.4.3"
15
15
composeNavigation = " 2.9.3"
16
16
material = " 1.12.0"
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ dependencies {
58
58
implementation(project(" :internal:chooserx" ))
59
59
implementation(" androidx.annotation:annotation:1.9.1" )
60
60
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
61
- implementation(" androidx.core:core-ktx:1.16 .0" )
61
+ implementation(" androidx.core:core-ktx:1.17 .0" )
62
62
63
63
// Required when asking for permission to post notifications (starting in Android 13)
64
64
implementation(" androidx.activity:activity-ktx:1.10.1" )
65
- implementation(" androidx.fragment:fragment-ktx:1.8.8 " )
65
+ implementation(" androidx.fragment:fragment-ktx:1.8.9 " )
66
66
67
67
implementation(" com.google.android.material:material:1.12.0" )
68
68
You can’t perform that action at this time.
0 commit comments