File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 // for Google Analytics. This is recommended, but not required.
6565 implementation(" com.google.firebase:firebase-analytics" )
6666
67- debugImplementation(" androidx.fragment:fragment-testing:1.6.2 " )
67+ debugImplementation(" androidx.fragment:fragment-testing:1.7.0 " )
6868 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
6969 androidTestImplementation(" androidx.test:rules:1.5.0" )
7070 androidTestImplementation(" androidx.test:runner:1.5.2" )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353
5454 implementation(" androidx.activity:activity-ktx:1.9.0" )
5555 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
56- implementation(" androidx.vectordrawable:vectordrawable-animated:1.1 .0" )
56+ implementation(" androidx.vectordrawable:vectordrawable-animated:1.2 .0" )
5757 implementation(" com.google.android.material:material:1.11.0" )
5858 implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7" )
5959 implementation(" androidx.navigation:navigation-ui-ktx:2.7.7" )
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ dependencies {
7171 // Support Libs
7272 implementation(" androidx.activity:activity-ktx:1.9.0" )
7373 implementation(" androidx.appcompat:appcompat:1.6.1" )
74- implementation(" androidx.core:core-ktx:1.13.0 " )
75- implementation(" androidx.vectordrawable:vectordrawable-animated:1.1 .0" )
74+ implementation(" androidx.core:core-ktx:1.13.1 " )
75+ implementation(" androidx.vectordrawable:vectordrawable-animated:1.2 .0" )
7676 implementation(" androidx.cardview:cardview:1.0.0" )
7777 implementation(" androidx.browser:browser:1.5.0" )
7878 implementation(" com.google.android.material:material:1.11.0" )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation(project(" :internal:chooserx" ))
4747
4848 implementation(" androidx.activity:activity-ktx:1.9.0" )
49- implementation(" androidx.fragment:fragment-ktx:1.6.2 " )
49+ implementation(" androidx.fragment:fragment-ktx:1.7.0 " )
5050 implementation(" androidx.appcompat:appcompat:1.6.1" )
5151 implementation(" com.google.android.material:material:1.11.0" )
5252
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ dependencies {
5454 implementation(project(" :internal:lintchecks" ))
5555 implementation(project(" :internal:chooserx" ))
5656 implementation(" androidx.annotation:annotation:1.7.1" )
57- implementation(" androidx.vectordrawable:vectordrawable-animated:1.1 .0" )
58- implementation(" androidx.core:core-ktx:1.13.0 " )
57+ implementation(" androidx.vectordrawable:vectordrawable-animated:1.2 .0" )
58+ implementation(" androidx.core:core-ktx:1.13.1 " )
5959
6060 // Required when asking for permission to post notifications (starting in Android 13)
6161 implementation(" androidx.activity:activity-ktx:1.9.0" )
62- implementation(" androidx.fragment:fragment-ktx:1.6.2 " )
62+ implementation(" androidx.fragment:fragment-ktx:1.7.0 " )
6363
6464 implementation(" com.google.android.material:material:1.11.0" )
6565
You can’t perform that action at this time.
0 commit comments