Add build type params, fix network module structure
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,7 @@
|
||||
package ru.fincode.tsudesk.core.common.config
|
||||
|
||||
data class AppConfig(
|
||||
val isDebug: Boolean,
|
||||
val baseUrl: String,
|
||||
val networkTimeoutSec: Long
|
||||
)
|
||||
Reference in New Issue
Block a user