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 {
6767 // for Google Analytics. This is recommended, but not required.
6868 implementation(" com.google.firebase:firebase-analytics" )
6969
70- debugImplementation(" androidx.fragment:fragment-testing:1.8.8 " )
70+ debugImplementation(" androidx.fragment:fragment-testing:1.8.9 " )
7171 androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
7272 androidTestImplementation(" androidx.test:rules:1.7.0" )
7373 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"
33agp = " 8.9.2"
44composeBom = " 2024.09.00"
55composeNavigation = " 2.9.3"
6- coreKtx = " 1.16 .0"
6+ coreKtx = " 1.17 .0"
77espressoCore = " 3.7.0"
88firebaseBom = " 34.1.0"
99junit = " 4.13.2"
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ dependencies {
7676 // Support Libs
7777 implementation(" androidx.activity:activity-ktx:1.10.1" )
7878 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" )
8080 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
8181 implementation(" androidx.cardview:cardview:1.0.0" )
8282 implementation(" androidx.browser:browser:1.5.0" )
8383 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 " )
8585 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
8686 implementation(" androidx.multidex:multidex:2.0.1" )
8787 implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050 implementation(project(" :internal:chooserx" ))
5151
5252 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 " )
5454 implementation(" androidx.appcompat:appcompat:1.7.1" )
5555 implementation(" com.google.android.material:material:1.12.0" )
5656
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ agp = "8.12.0"
33coilCompose = " 2.7.0"
44firebaseBom = " 34.1.0"
55kotlin = " 2.2.0"
6- coreKtx = " 1.16 .0"
6+ coreKtx = " 1.17 .0"
77junit = " 4.13.2"
88junitVersion = " 1.3.0"
99espressoCore = " 3.7.0"
1010kotlinxSerializationCore = " 1.9.0"
1111lifecycle = " 2.9.2"
1212activityCompose = " 1.10.1"
13- composeBom = " 2025.07 .00"
13+ composeBom = " 2025.08 .00"
1414googleServices = " 4.4.3"
1515composeNavigation = " 2.9.3"
1616material = " 1.12.0"
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ dependencies {
5858 implementation(project(" :internal:chooserx" ))
5959 implementation(" androidx.annotation:annotation:1.9.1" )
6060 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" )
6262
6363 // Required when asking for permission to post notifications (starting in Android 13)
6464 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 " )
6666
6767 implementation(" com.google.android.material:material:1.12.0" )
6868
You can’t perform that action at this time.
0 commit comments