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

Feature/android library namespaces #409

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

R-lagoman
Copy link
Contributor

No description provided.

@@ -11,6 +11,10 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
if (project.android.hasProperty("namespace")) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

O cambio é equivalente ao que xa se fixo para flutter:
situmtech/flutter@8e8d957

@@ -12,7 +12,7 @@ apply plugin: 'com.android.library'

android {
if (project.android.hasProperty("namespace")) {
namespace 'com.situm.react_native'
namespace 'com.situm.plugin'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Este nome de paquete é o que tiña antes definido o plugin, cambialo ahora a com.situm.react_native parece dar problemas.

@R-lagoman R-lagoman merged commit 46fcc88 into develop Nov 26, 2024
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