更新SDK,去除了冲突的ContentProvider

This commit is contained in:
董宏宇
2021-01-22 19:43:37 +08:00
parent a6967ba1ab
commit 2739cd88d4
4 changed files with 36 additions and 19 deletions

View File

@@ -16,15 +16,16 @@ class MogoHttpDnsConfig {
*/
const val HTTP_DNS_ENV_QA = 2
/**
* 线上环境
*/
const val HTTP_DNS_ENV_RELEASE = 3
/**
* 演示环境
*/
const val HTTP_DNS_ENV_DEMO = 4
/**
* 线上环境
*/
const val HTTP_DNS_ENV_RELEASE = 3
}
private var mSn: String? = null
private var mCurrentLocation: IHttpDnsCurrentLocation? = null