feat: ACRA

This commit is contained in:
sweetbread
2024-03-20 20:29:10 +03:00
parent 284e841e6c
commit 6efb5998ae
4 changed files with 35 additions and 0 deletions
+4
View File
@@ -1,4 +1,5 @@
[versions]
acraHttp = "5.11.3"
agp = "8.3.1"
compose = "2.5.0"
coreSplashscreen = "1.0.1"
@@ -23,8 +24,10 @@ lifecycleViewmodelKtx = "2.7.0"
activity = "1.8.2"
navigationCompose = "2.7.7"
splittiesFunPackAndroidBaseWithViewsDsl = "3.0.0"
commonsText = "1.11.0"
[libraries]
acra-http = { module = "ch.acra:acra-http", version.ref = "acraHttp" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
@@ -54,6 +57,7 @@ androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecy
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
splitties-funpack-android-base-with-views-dsl = { module = "com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl", version.ref = "splittiesFunPackAndroidBaseWithViewsDsl" }
commons-text = { group = "org.apache.commons", name = "commons-text", version.ref = "commonsText" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }