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
-6
View File
@@ -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'
}