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
View File
@@ -37,7 +37,6 @@ jobs:
# 创建 gradle.properties 配置自定义 aapt2ARM64 版本) # 创建 gradle.properties 配置自定义 aapt2ARM64 版本)
echo "android.aapt2FromMavenOverride=/usr/bin/aapt2" >> gradle.properties echo "android.aapt2FromMavenOverride=/usr/bin/aapt2" >> gradle.properties
echo "android.enableAapt2=false" >> gradle.properties
echo "org.gradle.jvmargs=-Xmx2g -XX:+UseG1GC -XX:MaxMetaspaceSize=512m" >> gradle.properties echo "org.gradle.jvmargs=-Xmx2g -XX:+UseG1GC -XX:MaxMetaspaceSize=512m" >> gradle.properties
echo "org.gradle.daemon=false" >> gradle.properties echo "org.gradle.daemon=false" >> gradle.properties
+1 -1
View File
@@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.2.0' apply false id 'com.android.application' version '8.0.2' apply false
} }