添加 gradle 调试码

This commit is contained in:
ZhanGSKen 2025-05-07 20:00:44 +08:00
parent bb9f46373a
commit 2a11205468
3 changed files with 20 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun May 04 06:42:28 GMT 2025 #Wed May 07 11:59:55 GMT 2025
stageCount=1 stageCount=1
libraryProject=libaes libraryProject=libaes
baseVersion=15.6 baseVersion=15.6
publishVersion=15.6.0 publishVersion=15.6.0
buildCount=10 buildCount=12
baseBetaVersion=15.6.1 baseBetaVersion=15.6.1

View File

@ -1,8 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
repositories { repositories {
// maven // Maven ~/.m2/repository
println "mavenLocal : ==========="
println mavenLocal().url
println "mavenLocal : ==========="
mavenLocal()
//
maven { url "file:///sdcard/.aide/maven/" } maven { url "file:///sdcard/.aide/maven/" }
// Nexus Maven // Nexus Maven
// "WinBoLL Release" // "WinBoLL Release"
maven { url "https://nexus.winboll.cc/repository/maven-public/" } maven { url "https://nexus.winboll.cc/repository/maven-public/" }
@ -28,8 +35,15 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
// maven // Maven ~/.m2/repository
println "mavenLocal : ==========="
println mavenLocal().url
println "mavenLocal : ==========="
mavenLocal()
//
maven { url "file:///sdcard/.aide/maven/" } maven { url "file:///sdcard/.aide/maven/" }
// Nexus Maven // Nexus Maven
// "WinBoLL Release" // "WinBoLL Release"
maven { url "https://nexus.winboll.cc/repository/maven-public/" } maven { url "https://nexus.winboll.cc/repository/maven-public/" }

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun May 04 06:42:28 GMT 2025 #Wed May 07 11:59:55 GMT 2025
stageCount=1 stageCount=1
libraryProject=libaes libraryProject=libaes
baseVersion=15.6 baseVersion=15.6
publishVersion=15.6.0 publishVersion=15.6.0
buildCount=10 buildCount=12
baseBetaVersion=15.6.1 baseBetaVersion=15.6.1