mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 14:17:15 +00:00
load userID and apiKey from build config for now
This commit is contained in:
parent
4f4ac804b5
commit
aeff57cc9c
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ class AppModule {
|
|||
keyHelper: KeyHelper?,
|
||||
@ApplicationContext context: Context
|
||||
): HostConfig {
|
||||
return HostConfig("xxxx",
|
||||
"xxxx")
|
||||
return HostConfig(BuildConfig.DEBUG_USER_ID,
|
||||
BuildConfig.DEBUG_API_KEY)
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
|
|
|||
Loading…
Reference in a new issue