Start impl UI
This commit is contained in:
@@ -18,7 +18,7 @@ object AppConfigModule {
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideAppConfig(): AppConfig {
|
||||
val baseUrl = if (BuildConfig.DEBUG) BASE_URL_DEVELOP else BASE_URL_PROD
|
||||
val baseUrl = if (BuildConfig.DEBUG) BASE_URL_PROD else BASE_URL_PROD
|
||||
return AppConfig(
|
||||
isDebug = BuildConfig.DEBUG,
|
||||
baseUrl = baseUrl,
|
||||
|
||||
Reference in New Issue
Block a user