修改签名
This commit is contained in:
+4
-4
@@ -38,10 +38,10 @@ android {
|
|||||||
|
|
||||||
signingConfigs{
|
signingConfigs{
|
||||||
release {
|
release {
|
||||||
storeFile file('/key/yxjk-release.jks')
|
storeFile file('/key/XinJiangUser-release.jks')
|
||||||
storePassword "yxjk1234"
|
storePassword "renkang1234"
|
||||||
keyAlias "yxjk"
|
keyAlias "renkang"
|
||||||
keyPassword "yxjk1234"
|
keyPassword "renkang1234"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -1,6 +1,5 @@
|
|||||||
package com.xjjk.healthyclients.ui.viewmodel
|
package com.xjjk.healthyclients.ui.viewmodel
|
||||||
|
|
||||||
import com.amap.api.col.`3l`.it
|
|
||||||
import com.sw.healthyclients.bean.guidance.DiseaseBean
|
import com.sw.healthyclients.bean.guidance.DiseaseBean
|
||||||
import com.xjjk.healthyclients.base.viewmodel.BaseViewModel
|
import com.xjjk.healthyclients.base.viewmodel.BaseViewModel
|
||||||
import com.xjjk.healthyclients.bean.guidance.DepartmentchildBean
|
import com.xjjk.healthyclients.bean.guidance.DepartmentchildBean
|
||||||
|
|||||||
Reference in New Issue
Block a user