fix: 使用 Android 内置主题,移除 Material 依赖
Android Release / release (push) Failing after 25s

This commit is contained in:
amos
2026-06-02 23:19:57 +08:00
parent fc30779587
commit b71b03cee8
2 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<application
android:allowBackup="true"
android:label="@string/app_name"
android:theme="@style/Theme.Material3.DayNight.NoActionBar">
android:theme="@android:style/Theme.DeviceDefault.Light.NoActionBar">
<activity
android:name=".MainActivity"
@@ -17,4 +17,4 @@
</application>
</manifest>
</manifest>