feat: sync httpdns sdk/platform updates without large binaries
This commit is contained in:
25
HttpDNSSDK/sdk/android/settings.gradle
Normal file
25
HttpDNSSDK/sdk/android/settings.gradle
Normal file
@@ -0,0 +1,25 @@
|
||||
pluginManagement {
|
||||
def localRepo = new File(rootDir, "local-maven")
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url uri(localRepo) }
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
maven { url uri(new File(rootDir, "local-maven")) }
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
include ':httpdns-sdk'
|
||||
include ':demo'
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user