feat: sync httpdns sdk/platform updates without large binaries
This commit is contained in:
19
HttpDNSSDK/sdk/flutter/new_httpdns/android/settings.gradle
Normal file
19
HttpDNSSDK/sdk/flutter/new_httpdns/android/settings.gradle
Normal file
@@ -0,0 +1,19 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url 'https://maven.aliyun.com/nexus/content/repositories/releases/' }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "httpdns_plugin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user