换成单集群模式
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
targetSdkVersion 33
|
||||
versionCode 1
|
||||
versionName httpdnsDebugVersion
|
||||
setProperty("archivesBaseName", "alicloud-android-httpdns-$versionName")
|
||||
setProperty("archivesBaseName", "new-android-httpdns-$versionName")
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
buildConfigField "String", "VERSION_NAME", "\"${httpdnsDebugVersion}\""
|
||||
|
||||
@@ -89,9 +89,9 @@ dependencies {
|
||||
testEnd2endImplementation 'org.mockito:mockito-core:2.15.0'
|
||||
testEnd2endImplementation 'com.squareup.okhttp3:mockwebserver:3.9.0'
|
||||
|
||||
implementation "com.aliyun.ams:alicloud-android-logger:${loggerVersion}"
|
||||
implementation "com.aliyun.ams:alicloud-android-crashdefend:${crashDefendVersion}"
|
||||
implementation "com.aliyun.ams:alicloud-android-ipdetector:${ipdetectorVersion}"
|
||||
implementation "com.newsdk.ams:new-android-logger:${loggerVersion}"
|
||||
implementation "com.newsdk.ams:new-android-crashdefend:${crashDefendVersion}"
|
||||
implementation "com.newsdk.ams:new-android-ipdetector:${ipdetectorVersion}"
|
||||
}
|
||||
|
||||
ext.getIntlVersion = { version ->
|
||||
@@ -108,7 +108,7 @@ task copyDependencies {
|
||||
if (config != null) {
|
||||
config.resolvedConfiguration.resolvedArtifacts.each { artifact ->
|
||||
def file = artifact.file
|
||||
if (file.name.contains("alicloud-android")) {
|
||||
if (file.name.contains("new-android")) {
|
||||
copy {
|
||||
from file
|
||||
into 'build/outputs/dependencies'
|
||||
|
||||
Reference in New Issue
Block a user