Viewmodel updated to use live data

Main activity dialogs changed
code clean up
This commit is contained in:
2020-05-16 21:33:39 +01:00
parent c580f35eda
commit f1a4f9cd52
8 changed files with 122 additions and 90 deletions

View File

@@ -34,9 +34,7 @@ android {
def ccApiKey = properties.getProperty("cc_api_key", "")
it.buildConfigField 'String', "CC_API_KEY", ccApiKey
it.resValue 'string', "api_key", ccApiKey
}
}