Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate meta-data when publishing to Google play store #3862

Open
EmanueleCal opened this issue Jan 11, 2025 · 0 comments
Open

Duplicate meta-data when publishing to Google play store #3862

EmanueleCal opened this issue Jan 11, 2025 · 0 comments
Assignees

Comments

@EmanueleCal
Copy link

Describe the bug
When publishing app built using build server to Google play store, duplicate com.google.android.gms.version metadata is detected and preventing success publishing.

This relates to this discussion

My app has Fullscreen ads and it’s already a maven build as suggested from the discussion.

I don’t have this meta-data in codenameone_settings.properties.
A locally generated Android Gradle project also has this duplicate metadata in AndroidManifest.

I think duplicate metadata should be removed.

To Reproduce
Seems this duplicate meta-data is caused by fullscreen ads dependency.

So, to reproduce this you can:

  • Create a new maven project & add fullscreen ads dependency or download this test case

  • ⁠Generate a local Android gradle project

  • ⁠Open AndroidManifest.xml of the generated project

  • ⁠This meta-data is duplicated in AndroidManifest.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants