mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-22 09:29:49 +01:00
* Abstraction layer backup * Removed DataEntity, was unnecessary for now * Separated network, persistence, entities and interaction, closes #29 * Renamed binding * Removed build files, example tests Removed build files, example tests * Fixed build files were not being ignored all around app * Updated CI ymls * Small changes * Fixed legacy repository package names * Fixed CQ findings * Updated Fastlane * Packaging changes and version upgrades * Removed core from interactors * Version bumps * Added new module graph
9 lines
430 B
XML
9 lines
430 B
XML
<resources>
|
|
<string name="reason_generic">Something went wrong</string>
|
|
<string name="reason_persistance_empty">There are no saved launches</string>
|
|
<string name="reason_network">Network error</string>
|
|
<string name="reason_empty_body">Response is empty</string>
|
|
<string name="reason_response">Woops, seems we got a server error</string>
|
|
<string name="reason_timeout">Server timed out</string>
|
|
</resources>
|