You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android-Download/settings.gradle

42 lines
1.1 KiB

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://jitpack.io' }
mavenLocal()
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
}
}
enableFeaturePreview('VERSION_CATALOGS')
dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://jitpack.io' }
maven {
url 'https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1'
}
}
versionCatalogs {
libs {
// from("com.lyy.kpa.version:catalog:0.0.1")
from(files('libs.versions.toml'))
// 我们也可以重写覆盖catalog中的groovy版本
// version("groovy", "3.0.6")
}
}
}
include ':app', ':Aria', ':AriaAnnotations', ':AriaCompiler', ':AppFrame', ':Http', ':M3U8Component', ':SFtpComponent',
':FtpComponent', ':PublicComponent'
rootProject.name='Aria'
include ':Queue'
include ':Schedulers'