hch
2025-02-17 2203ee4e755e2b5bf78af18d6ec2072445357062
Channel/Android/hyenglish/settingsTemplate.gradle
@@ -1,16 +1,10 @@
pluginManagement {
    repositories {
        **ARTIFACTORYREPOSITORY**
      maven { url "https://jitpack.io" }
      maven { url 'https://maven.aliyun.com/repository/releases' }
      maven { url 'https://maven.aliyun.com/repository/jcenter' }
      maven { url 'https://maven.aliyun.com/repository/google' }
      maven { url 'https://maven.aliyun.com/repository/central' }
      maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
      maven { url 'https://maven.aliyun.com/repository/public' }
        gradlePluginPortal()
        google()
        mavenCentral()
      maven { url "https://jitpack.io" }
    }
}
@@ -20,14 +14,7 @@
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
    repositories {
        **ARTIFACTORYREPOSITORY**
      maven { url "https://jitpack.io" }
      maven { url 'https://maven.aliyun.com/repository/releases' }
      maven { url 'https://maven.aliyun.com/repository/jcenter' }
      maven { url 'https://maven.aliyun.com/repository/google' }
      maven { url 'https://maven.aliyun.com/repository/central' }
      maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
      maven { url 'https://maven.aliyun.com/repository/public' }
        **ARTIFACTORYREPOSITORY**}
        google()
        mavenCentral()
        flatDir {