@@ -18,15 +18,15 @@ dependencies {
1818 api(project(" :libs:SalesforceAnalytics" ))
1919 api(" com.squareup.okhttp3:okhttp:4.12.0" )
2020 api(" com.google.firebase:firebase-messaging:25.0.0" )
21- api(" androidx.core:core:1.17 .0" )
22- api(" androidx.browser:browser:1.9 .0" )
21+ api(" androidx.core:core:1.16 .0" ) // Update requires API 36 compileSdk
22+ api(" androidx.browser:browser:1.8 .0" ) // Update requires API 36 compileSdk
2323 api(" androidx.work:work-runtime-ktx:2.10.3" )
2424
2525 implementation(" com.google.android.material:material:1.13.0" ) // remove this when all xml is gone
2626 implementation(" androidx.appcompat:appcompat:1.7.1" )
2727 implementation(" androidx.biometric:biometric:1.2.0-alpha05" )
2828 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
29- implementation(" androidx.core:core-ktx:1.17 .0" )
29+ implementation(" androidx.core:core-ktx:1.16 .0" ) // Update requires API 36 compileSdk
3030 implementation(" androidx.activity:activity-ktx:$androidXActivityVersion " )
3131 implementation(" androidx.activity:activity-compose:$androidXActivityVersion " )
3232 implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:$livecycleVersion " )
@@ -51,7 +51,7 @@ dependencies {
5151 androidTestImplementation(" androidx.test.ext:junit:1.3.0" )
5252 androidTestImplementation(" androidx.arch.core:core-testing:2.2.0" )
5353 androidTestImplementation(" androidx.compose.ui:ui-test-junit4:$composeVersion " )
54- androidTestImplementation(" io.mockk:mockk-android:1.14.5 " )
54+ androidTestImplementation(" io.mockk:mockk-android:1.14.0 " ) // Update requires Kotlin 2
5555}
5656
5757android {
0 commit comments