1+ [versions ]
2+ activityCompose = " 1.8.0"
3+ agp = " 8.10.0"
4+ appcompat = " 1.6.1"
5+ bugsnag-android = " 6.13.0"
6+ bugsnag-gradle = " 0.4.0"
7+ composeBom = " 2024.09.00"
8+ coreKtx = " 1.16.0"
9+ espressoCore = " 3.6.1"
10+ google-android-material = " 1.11.0"
11+ junit = " 4.13.2"
12+ junitVersion = " 1.2.1"
13+ kotlin = " 2.0.21"
14+ lifecycleRuntimeKtx = " 2.6.1"
15+ squareup-okhttp3 = " 4.12.0"
16+
17+ [libraries ]
18+ androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activityCompose" }
19+ androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
20+ androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
21+ androidx-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" }
24+ androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
25+ androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
26+ androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
27+ androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
28+ androidx-ui-test-junit4 = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
29+ androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
30+ androidx-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" }
31+ androidx-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
32+ bugsnag-android = { group = " com.bugsnag" , name = " bugsnag-android" , version.ref = " bugsnag-android" }
33+ bugsnag-okhttp = {group = " com.bugsnag" , name = " bugsnag-plugin-android-okhttp" , version.ref = " bugsnag-android" }
34+ google-android-material = { group = " com.google.android.material" , name = " material" , version.ref = " google-android-material" }
35+ junit = { group = " junit" , name = " junit" , version.ref = " junit" }
36+ squareup-okhttp3 = { group = " com.squareup.okhttp3" , name = " okhttp" , version.ref = " squareup-okhttp3" }
37+
38+ [plugins ]
39+ android-application = { id = " com.android.application" , version.ref = " agp" }
40+ bugsnag-gradle = { id = " com.bugsnag.gradle" , version.ref = " bugsnag-gradle" }
41+ kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
42+ kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
0 commit comments