refactor: Implement the log writer myself

Kermit's official crashlytics integration enable firebase way too early.
This commit is contained in:
Ahmad Ansori Palembani 2024-06-13 18:52:47 +07:00
parent d4f360c75d
commit a8b1c7f05e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 26 additions and 5 deletions

View file

@ -43,7 +43,6 @@ image-decoder = { module = "com.github.tachiyomiorg:image-decoder", version = "e
injekt-core = { module = "com.github.inorichi.injekt:injekt-core", version = "65b0440" }
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
kermit-crashlytics = { module = "co.touchlab:kermit-crashlytics", version.ref = "kermit" }
material = { module = "com.google.android.material:material", version = "1.12.0" }
material-design-dimens = { module = "com.dmitrymalkovich.android:material-design-dimens", version = "1.4" }
@ -101,7 +100,7 @@ gradle-versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
archive = [ "common-compress", "junrar" ]
db = [ "sqldelight-android-driver", "sqldelight-android-paging", "sqldelight-coroutines" ]
coil = [ "coil3", "coil3-svg", "coil3-gif", "coil3-okhttp" ]
logging = [ "kermit", "kermit-crashlytics" ]
logging = [ "kermit" ]
sqlite = [ "sqlite-framework", "sqlite-ktx" ]
test = [ "junit-api", "mockk" ]
test-android = [ "junit-android" ]