Add option to report errors via e-mail

This commit is contained in:
Gergely Hegedus 2025-05-19 23:12:43 +03:00
parent 9a21cd3ad7
commit 158c322cda
19 changed files with 308 additions and 40 deletions

View file

@ -102,7 +102,8 @@ dependencies {
def glide_version = "4.15.1"
implementation "com.github.bumptech.glide:glide:$glide_version"
// kapt "com.github.bumptech.glide:compiler:$glide_version"
implementation 'com.google.code.gson:gson:2.12.1'
def okhttp_version = "4.12.0"
implementation "com.squareup.retrofit2:retrofit:2.9.0"