Remove deprecated jcenter() repository
jcenter() is still used in android/build.gradle at lines 7 and 18.
JCenter has been deprecated for a long time, and the jcenter() API is removed in Gradle 9.x. This may cause build failures for projects consuming this plugin when they upgrade their Gradle version.
Please replace:
with expected:
Also verify that all required dependencies are available in Maven Central or Google Maven.
Remove deprecated
jcenter()repositoryjcenter()is still used inandroid/build.gradleat lines 7 and 18.JCenter has been deprecated for a long time, and the
jcenter()API is removed in Gradle 9.x. This may cause build failures for projects consuming this plugin when they upgrade their Gradle version.Please replace:
with expected:
Also verify that all required dependencies are available in Maven Central or Google Maven.