22activityCompose = " 1.8.0"
33agp = " 8.10.0"
44appcompat = " 1.6.1"
5- bugsnag-android = " 6.13 .0"
5+ bugsnag-android = " 6.16 .0"
66bugsnag-gradle = " 0.4.0"
77composeBom = " 2024.09.00"
88coreKtx = " 1.16.0"
9- espressoCore = " 3.6.1"
109google-android-material = " 1.11.0"
11- junit = " 4.13.2"
12- junitVersion = " 1.2.1"
1310kotlin = " 2.0.21"
1411lifecycleRuntimeKtx = " 2.6.1"
1512squareup-okhttp3 = " 4.12.0"
@@ -19,20 +16,16 @@ androidx-activity-compose = { group = "androidx.activity", name = "activity-comp
1916androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
2017androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
2118androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
22- androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
23- androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
2419androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
2520androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
2621androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
2722androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
28- androidx-ui-test-junit4 = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
2923androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
3024androidx-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" }
3125androidx-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
3226bugsnag-android = { group = " com.bugsnag" , name = " bugsnag-android" , version.ref = " bugsnag-android" }
3327bugsnag-okhttp = {group = " com.bugsnag" , name = " bugsnag-plugin-android-okhttp" , version.ref = " bugsnag-android" }
3428google-android-material = { group = " com.google.android.material" , name = " material" , version.ref = " google-android-material" }
35- junit = { group = " junit" , name = " junit" , version.ref = " junit" }
3629squareup-okhttp3 = { group = " com.squareup.okhttp3" , name = " okhttp" , version.ref = " squareup-okhttp3" }
3730
3831[plugins ]
0 commit comments