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

Fix/add namespace #178

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahmedzayan7920
Copy link

Android Namespace Configuration Fix

Description

Added proper namespace configuration to support newer Android Gradle Plugin requirements.

Changes made:

  • Removed package attribute from AndroidManifest.xml
  • Added namespace declaration in build.gradle
  • Maintained original package name (xyz.justsoft.video_thumbnail)

Why

This fix resolves build failures occurring with newer versions of the Android Gradle Plugin where namespace specification is required.

Testing Done

  • Tested with latest Flutter version
  • Verified build succeeds on Android
  • Verified existing functionality continues to work

@AbnerBaluyut
Copy link

This should be merged ASAP!

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

Successfully merging this pull request may close these issues.

2 participants