From 636c4bb04e4fcd723766b82732990cdb4ae4ea2e Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 22 二月 2024 15:48:23 +0800
Subject: [PATCH] 删除掉本地库
---
settings.gradle | 19 +++++--------------
1 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index ff1df1f..39f477e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,16 +1,7 @@
-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 ':HDLLinkLocalSdk'
+include ':HDLLinkPMSdk'
+include ':HDLLog'
+include ':countrypicker'
--
Gitblit v1.8.0