Files
android-ci-demo/build.gradle
T
amos e822eec15e
Android Build / build (push) Failing after 55s
fix: 降级 AGP 到 8.0.2 提高兼容性
2026-06-02 12:20:46 +08:00

5 lines
173 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.2' apply false
}