fix: 添加 repositories 配置修复依赖下载问题
Android Release / release (push) Failing after 20s

This commit is contained in:
amos
2026-06-02 23:17:42 +08:00
parent eefbd207bd
commit fc30779587
+5
View File
@@ -2,6 +2,11 @@ plugins {
id 'com.android.application'
}
repositories {
google()
mavenCentral()
}
android {
namespace 'com.arkj.app'
compileSdk 34