From a91655ae2d34b4c0e43f674125d29b2851d4e7fd Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 05 十二月 2025 11:51:17 +0800
Subject: [PATCH] 2025年12月05日11:47:12 先隐藏掉阿拉伯语言
---
settings.gradle | 20 ++++++--------------
1 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index ff1df1f..c69fc8b 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,16 +1,8 @@
-pluginManagement {
- repositories {
- gradlePluginPortal()
- google()
- mavenCentral()
- }
-}
-dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- google()
- mavenCentral()
- }
-}
rootProject.name = "PhotovoltaicDebug"
include ':app'
+include ':third-zxing'
+include ':countrypicker'
+include ':aa_chart_core'
+include ':pickerview'
+include ':wheelview'
+include ':sdk'
--
Gitblit v1.8.0