源码整理

This commit is contained in:
ZhanGSKen
2025-05-03 19:36:03 +08:00
parent 954139f0c9
commit 7ff2cab615
9 changed files with 162 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
buildscript {
repositories {
// 本地 Maven 仓库(默认路径为 ~/.m2/repository
mavenLocal()
//mavenLocal()
// 或自定义本地仓库路径
maven { url "file:///sdcard/.m2/repository" }
@@ -32,7 +32,7 @@ buildscript {
allprojects {
repositories {
// 本地 Maven 仓库(默认路径为 ~/.m2/repository
mavenLocal()
//mavenLocal()
// 或自定义本地仓库路径
maven { url "file:///sdcard/.m2/repository" }