Skip to content

Conversation

@Madhan-Rkv-10
Copy link

Summary

This pull request fixes Android build failures caused by the deprecated package attribute in AndroidManifest.xml and updates the project to use a compatible Android Gradle Plugin (AGP) configuration.

Changes

  • Removed deprecated package attribute from AndroidManifest.xml
  • Defined package name via namespace and applicationId in build.gradle
  • Upgraded Android Gradle Plugin (AGP) to latest stable version
  • Verified compatibility with latest Flutter SDK and AGP 8+

Why This Change Is Needed

  • AGP 8+ no longer supports the package attribute in the manifest, causing build errors
  • Older AGP configurations may lead to dependency issues and warnings
  • Moving package definition to Gradle configuration and upgrading AGP ensures compatibility with modern Android tooling

Closes #20

…adle namespace/applicationId for AGP 8+ compatibility
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.

Android build failure due to deprecated package attribute and outdated AGP configuration

1 participant