From fc3077958739a90e61a585d27409211dc669419c Mon Sep 17 00:00:00 2001 From: amos Date: Tue, 2 Jun 2026 23:17:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20repositories=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.gradle.signed | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.gradle.signed b/.gitea/workflows/build.gradle.signed index 2d4825d..0d184de 100644 --- a/.gitea/workflows/build.gradle.signed +++ b/.gitea/workflows/build.gradle.signed @@ -2,6 +2,11 @@ plugins { id 'com.android.application' } +repositories { + google() + mavenCentral() +} + android { namespace 'com.arkj.app' compileSdk 34