Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-20 14:24:43 +03:00
parent a33272b37e
commit acec0b6bed
5 changed files with 46 additions and 25 deletions

View file

@ -41,4 +41,5 @@ dependencies {
implementation(deps.moshi.kotlin)
implementation(deps.jodatime)
implementation(deps.timber)
implementation(deps.retrofit) // For HttpException
}