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

Added namespace in build.gradle #149

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Added namespace in build.gradle #149

merged 1 commit into from
Sep 29, 2023

Conversation

Aashrut
Copy link
Contributor

@Aashrut Aashrut commented Sep 28, 2023

Applies to Android Only

Added namespace in module's build.gradle file to avoid "Namespace not specified. Specify a namespace in the module's build file." error. New version of Gradle requires namespace to be specified in build.gradle file.

Below is the error I was getting. But after adding namespace manually in package's build.gradle file, it fixed the issue.

image

Added namespace in module's build.gradle file to avoid "Namespace not specified. Specify a namespace in the module's build file." error. New version of Gradle requires namespace to be specified in build.gradle file.
@PaulTR
Copy link
Collaborator

PaulTR commented Sep 29, 2023

Thanks!

@PaulTR PaulTR merged commit 5999e9d into tensorflow:main Sep 29, 2023
2 checks passed
@Aashrut
Copy link
Contributor Author

Aashrut commented Sep 29, 2023

You're Welcome! I spent half of my day finding the fix for this issue. 😅

Similar issue is there in google_mobile_ads plugin and I have also opened the pull request there. I hope they update it soon.

@Aashrut Aashrut deleted the patch-1 branch September 29, 2023 18:19
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