Merge remote-tracking branch 'origin/aes' into appbase

This commit is contained in:
ZhanGSKen 2025-05-12 18:04:01 +08:00
commit f770ea5aa0
3 changed files with 21 additions and 12 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Wed May 07 11:59:55 GMT 2025 #Mon May 12 09:58:02 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=12 buildCount=33
baseBetaVersion=15.6.1 baseBetaVersion=15.6.1

View File

@ -1,6 +1,10 @@
// 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 {
mavenLocal {
// Maven仓库路径
url 'file:///sdcard/.m2/repository/'
}
// 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/" }
@ -15,10 +19,10 @@ buildscript {
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
mavenCentral() mavenCentral()
google() google()
println "mavenLocal : ===========" //println "mavenLocal : ==========="
println mavenLocal().url //println mavenLocal().url
println "mavenLocal : ===========" //println "mavenLocal : ==========="
mavenLocal() //mavenLocal()
// WinBoLL.CC Maven // WinBoLL.CC Maven
maven { url 'https://spare-maven.winboll.cc/repository/' } maven { url 'https://spare-maven.winboll.cc/repository/' }
@ -32,6 +36,11 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenLocal {
// Maven仓库路径
url 'file:///sdcard/.m2/repository/'
}
// 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/" }
@ -46,10 +55,10 @@ allprojects {
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
mavenCentral() mavenCentral()
google() google()
println "mavenLocal : ===========" //println "mavenLocal : ==========="
println mavenLocal().url //println mavenLocal().url
println "mavenLocal : ===========" //println "mavenLocal : ==========="
mavenLocal() //mavenLocal()
// WinBoLL.CC Maven // WinBoLL.CC Maven
maven { url 'https://spare-maven.winboll.cc/repository/' } maven { url 'https://spare-maven.winboll.cc/repository/' }

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Wed May 07 11:59:55 GMT 2025 #Mon May 12 09:58:02 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=12 buildCount=33
baseBetaVersion=15.6.1 baseBetaVersion=15.6.1