Skip to content
Discussion options

You must be logged in to vote

Hi @dtrdic,
After further checking, my problem happen because some of my library is using deprecated jcenter() inside android build.gradle file. Somehow this makes codemagic to fails when building the android app.

What you can do to check is to run ./gradlew --warning-mode all inside android folder in your flutter project

This is some example of the warning in deprecated:

The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog announced JCenter's sunset in February 2021. 
Use mavenCentral() instead. Consult the upgrading guide for further information: https://docs.gradle.org/7.3.3/userguide/upgrading_version_6.html#jcenter_deprecati…

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
15 replies
@fuadreza
Comment options

@fuadpahlevi-jubelio
Comment options

@dtrdic
Comment options

@fuadreza
Comment options

@dtrdic
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dtrdic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants