From 9c3c485ecd580f46b2d2cf6be50a6834ae9b4569 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 7 May 2025 13:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Maven=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- timestamp/build.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 18fbce6..771a6e5 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { repositories { //本地 maven 库 - maven { url "https://localhost:8080/maven/" } + maven { url "file:///sdcard/.aide/maven/" } // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -29,7 +29,7 @@ buildscript { allprojects { repositories { //本地 maven 库 - maven { url "https://localhost:8080/maven/" } + maven { url "file:///sdcard/.aide/maven/" } // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } diff --git a/timestamp/build.properties b/timestamp/build.properties index b5be8b0..46dff79 100644 --- a/timestamp/build.properties +++ b/timestamp/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed May 07 12:09:48 HKT 2025 +#Wed May 07 05:31:22 GMT 2025 stageCount=11 libraryProject= baseVersion=15.0 publishVersion=15.0.10 -buildCount=0 +buildCount=1 baseBetaVersion=15.0.11