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 "Namespace not specified" error when upgrading to AGP 8.0 #11

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

zhangyc
Copy link
Contributor

@zhangyc zhangyc commented Aug 15, 2023

Add namespace configuration for each module to fix the "Namespace not specified" error when upgrading to Android Gradle Plugin 8.0. AGP 8.0 requires a unique namespace to be specified in android { } block in build.gradle. This namespace will be used for generating R class and other code.

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Add namespace configuration for each module to fix the "Namespace not specified" error when upgrading to Android Gradle Plugin 8.0. AGP 8.0 requires a unique namespace to be specified in android { } block in build.gradle. This namespace will be used for generating R class and other code.
@zhangyc zhangyc requested a review from Tkko as a code owner August 15, 2023 09:59
@Tkko Tkko merged commit 5d90fd4 into Tkko:main Jan 19, 2024
1 of 3 checks passed
@Tkko
Copy link
Owner

Tkko commented Jan 19, 2024

Thanks for the PR, I'll upload new version shortly.

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