放入 agconnect-services.json 后原插件坐标无法解析,且 1.9.1 不兼容 AGP 9。 映射到 agcp 1.9.5.301,Gradle 可按包名校验;该文件继续忽略不入库。 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
8 lines
206 B
TOML
8 lines
206 B
TOML
[versions]
|
|
agp = "9.0.1"
|
|
agcp = "1.9.5.301"
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
huawei-agconnect = { id = "com.huawei.agconnect", version.ref = "agcp" }
|