The plugin's android/build.gradle pins its own AGP 7.1.2 and resolves it via jcenter() (dead since 2021). On a cold Gradle cache the AGP-7.1.2 transitives (apkzlib -> fastutil/json-simple/javawriter) only resolve from jcenter and fail hard, breaking the reproducible fdroid build. Warm-cache runs masked it (the one green armeabi-v7a run never hit jcenter). Strip that buildscript block in prebuild so the plugin inherits the app's AGP 8.11.1 (settings.gradle.kts) and never touches jcenter or old AGP at all. |
||
|---|---|---|
| .. | ||
| org.comunes.tane.yml | ||