From b71b03cee86173e692de02028d4b5bcde57d84ce Mon Sep 17 00:00:00 2001 From: amos Date: Tue, 2 Jun 2026 23:19:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=20Android=20=E5=86=85?= =?UTF-8?q?=E7=BD=AE=E4=B8=BB=E9=A2=98=EF=BC=8C=E7=A7=BB=E9=99=A4=20Materi?= =?UTF-8?q?al=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.gradle.signed | 6 ------ app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.gradle.signed b/.gitea/workflows/build.gradle.signed index 0d184de..fa20acb 100644 --- a/.gitea/workflows/build.gradle.signed +++ b/.gitea/workflows/build.gradle.signed @@ -2,11 +2,6 @@ plugins { id 'com.android.application' } -repositories { - google() - mavenCentral() -} - android { namespace 'com.arkj.app' compileSdk 34 @@ -45,5 +40,4 @@ android { } dependencies { - implementation 'com.google.android:material:1.9.0' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cbcb213..2fa2e03 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ + android:theme="@android:style/Theme.DeviceDefault.Light.NoActionBar"> - + \ No newline at end of file