1
1
[versions ]
2
2
3
+ acra = " 5.12.0"
3
4
android-minSdk = " 26"
4
5
android-compileSdk = " 35"
5
6
android-targetSdk = " 35"
6
7
7
8
agp = " 8.7.3"
8
9
billingKtx = " 7.1.1"
9
- bugsnagAndroid = " 6.12.0"
10
10
kotlin = " 2.1.0"
11
11
kotlinxCollectionsImmutable = " 0.3.8"
12
12
ksp = " 2.1.0-1.0.29"
@@ -45,6 +45,8 @@ vico = "2.1.0-alpha.1"
45
45
androidchart = " 3.1.0.25"
46
46
47
47
[libraries ]
48
+ acra-mail = { module = " ch.acra:acra-mail" , version.ref = " acra" }
49
+ acra-notification = { module = " ch.acra:acra-notification" , version.ref = " acra" }
48
50
androidchart = { module = " com.github.AppDevNext:AndroidChart" , version.ref = " androidchart" }
49
51
androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " androidx-core-ktx" }
50
52
androidx-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidx-foundation" }
@@ -69,7 +71,6 @@ androidx-room-paging = { group = "androidx.room", name = "room-paging", version.
69
71
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " androidx-room" }
70
72
androidx-room-testing = { module = " androidx.room:room-testing" , version.ref = " androidx-room" }
71
73
billing-ktx = { module = " com.android.billingclient:billing-ktx" , version.ref = " billingKtx" }
72
- bugsnag-android = { module = " com.bugsnag:bugsnag-android" , version.ref = " bugsnagAndroid" }
73
74
kotlinx-collections-immutable = { module = " org.jetbrains.kotlinx:kotlinx-collections-immutable" , version.ref = " kotlinxCollectionsImmutable" }
74
75
sqlite-bundled = { module = " androidx.sqlite:sqlite-bundled" , version.ref = " sqlite" }
75
76
@@ -94,7 +95,6 @@ turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
94
95
okio-fakefilesystem = { module = " com.squareup.okio:okio-fakefilesystem" , version.ref = " okio" }
95
96
touchlab-kermit = { module = " co.touchlab:kermit" , version.ref = " kermit" }
96
97
touchlab-kermit-simple = { module = " co.touchlab:kermit-simple" , version.ref = " kermit" }
97
- touchlab-kermit-bugsnag = { module = " co.touchlab:kermit-bugsnag" , version.ref = " kermit" }
98
98
mikepenz-aboutlibraries-core = { module = " com.mikepenz:aboutlibraries-core" , version.ref = " mikepenz-aboutlibraries" }
99
99
mikepenz-aboutlibraries-compose = { module = " com.mikepenz:aboutlibraries-compose-m3" , version.ref = " mikepenz-aboutlibraries" }
100
100
0 commit comments