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 the namespace property in build.gradle if the field is necessary. #1384

Closed

Conversation

marcoedomingos
Copy link

This PR branch provide the package namespace if the AGP is equal or higher then 8.

Please Review: @AAverin

Copy link

stale bot commented Dec 12, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 12, 2023
@stale stale bot removed the stale label Dec 12, 2023
Copy link

stale bot commented Feb 10, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 10, 2024
@stale stale bot closed this Feb 18, 2024
@AAverin AAverin reopened this Feb 18, 2024
@stale stale bot removed the stale label Feb 18, 2024
@AAverin AAverin had a problem deploying to ANDROID_CI_DOWNLOADS_TOKEN February 18, 2024 06:44 — with GitHub Actions Failure
@AAverin AAverin had a problem deploying to ANDROID_CI_DOWNLOADS_TOKEN February 18, 2024 06:44 — with GitHub Actions Failure
Copy link
Contributor

@AAverin AAverin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Namespace also needs to be added to example project

@@ -38,6 +38,10 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 31
ndkVersion "20.1.5948944"
// Condition for namespace compatibility in AGP 8
if (project.android.hasProperty("namespace")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably android tools need to be bumped to the newer version 'com.android.tools.build:gradle:8.2.2'
At the moment CI fails

Copy link

stale bot commented Apr 20, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 20, 2024
@stale stale bot closed this Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants