fix: 降级 AGP 到 8.0.2 提高兼容性
Android Build / build (push) Failing after 55s

This commit is contained in:
amos
2026-06-02 12:20:46 +08:00
parent a56c79a247
commit e822eec15e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.2.0' apply false
id 'com.android.application' version '8.0.2' apply false
}