Skip to content

Clean up AndroidManifest.xml by removing redundant package declaration #25

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Muhammed-Ayad
Copy link

This PR removes the deprecated package attribute from AndroidManifest.xml. Starting with Android Gradle Plugin 7.0.0, the package attribute in the manifest has been deprecated in favor of the namespace property in build.gradle.

Changes made:

  • Removed the package="com.crazecoder.openfile" attribute from the manifest

Benefits:

  • Aligns with modern Android development practices
  • Reduces potential conflicts between manifest package and Gradle namespace

@Muhammed-Ayad
Copy link
Author

@javaherisaber

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.

1 participant