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
The AndroidManifest from version 0.0.83 needs to remove the package attribute.
To Reproduce
Build the project using Gradle 8 (mine is `gradle-8.10.2)
Screenshots
`
What went wrong:
Execution failed for task ':better_player:processReleaseManifest'.
A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
Incorrect package="com.jhomlala.better_player" found in source AndroidManifest.xml: /home/vsts/.pub-cache/hosted/pub.dev/better_player-0.0.83/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.jhomlala.better_player" from the source AndroidManifest.xml: /home/vsts/.pub-cache/hosted/pub.dev/better_player-0.0.83/android/src/main/AndroidManifest.xml.
`
Better Player version
Version: 0.0.83
Additional context
Running on Azure Pipelines, JVM 17
The text was updated successfully, but these errors were encountered:
Describe the bug
The AndroidManifest from version
0.0.83
needs to remove the package attribute.To Reproduce
Build the project using Gradle 8 (mine is `gradle-8.10.2)
Screenshots
`
Execution failed for task ':better_player:processReleaseManifest'.
Better Player version
Additional context
Running on Azure Pipelines, JVM 17
The text was updated successfully, but these errors were encountered: