load userID and apiKey from build config for now

This commit is contained in:
Phillip Thelen 2022-06-03 11:23:59 +02:00
parent 4f4ac804b5
commit aeff57cc9c

View file

@ -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