You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: