From 9ffe7e4ec70f65a9ffcaaf78d95c2f7c0f9354b0 Mon Sep 17 00:00:00 2001 From: gem Date: Mon, 24 Nov 2025 14:22:07 +0800 Subject: [PATCH] no message --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 69b6182..89a57ee 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,10 +36,10 @@ rootProject.allprojects { // 本地 AAR 调试配置 - 使用 rootProject.projectDir 确保路径正确 // maven { url 'file://' + rootProject.projectDir.absolutePath + '/local-maven' } - // maven { - // url 'http://192.168.77.132:8081/repository/mvn2-group' - // allowInsecureProtocol true - //} + maven { + url 'http://192.168.77.132:8081/repository/mvn2-group' + allowInsecureProtocol true + } google() mavenCentral() }