依赖整理

This commit is contained in:
huangjian
2022-09-07 16:26:05 +08:00
parent 96efe5b9f0
commit d8dab35c0a
4 changed files with 2 additions and 3 deletions

View File

@@ -129,13 +129,13 @@ android {
'src/module_quick_pass/res'
]
jniLibs.srcDirs = ['libs', 'aliyun-libs']
}
}
buildTypes {
release {
// buildConfigField "String", "BASE_URL", "\"https://www.erbanyy.com/\""
buildConfigField "String", "BASE_URL", "\"https://api.lecheng163.com/\""
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
@@ -151,7 +151,6 @@ android {
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
buildConfigField "String", "BASE_URL_STAGING", "\"https://api.lecheng163.com/\""
buildConfigField "String", "BASE_URL_RELEASE", "\"https://api.lecheng163.com/\""
minifyEnabled false
shrinkResources false
signingConfig signingConfigs.v1