Skip to content

fix: correct GitHub Packages publish URL - #5

Merged
vmarchaud merged 1 commit into
mainfrom
devin/1781273417-fix-publish-url
Jun 12, 2026
Merged

vmarchaud merged 1 commit into
mainfrom
devin/1781273417-fix-publish-url

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

The Maven publish URL in analytics-android/build.gradle.kts pointed to the old repo name (analytics-android) instead of the current one (reelevant-sdk-android), causing a 404 on every publish to GitHub Packages.

- url = uri("https://maven.pkg.github.com/reelevant-tech/analytics-android")
+ url = uri("https://maven.pkg.github.com/reelevant-tech/reelevant-sdk-android")

Link to Devin session: https://app.devin.ai/sessions/cb78c8f2e2ba4d348b6f9a8c274c69bb
Requested by: @vmarchaud

The publish URL was pointing to the old repo name (analytics-android)
instead of the current one (reelevant-sdk-android), causing 404 on publish.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author
Original prompt from vmarchaud

i want to provide the same DX as the web sdk but for mobile SDKs, check mobile personalization part in the docs to understand better

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@vmarchaud
vmarchaud marked this pull request as ready for review June 12, 2026 14:11

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@vmarchaud
vmarchaud merged commit aa212d9 into main Jun 12, 2026
2 checks passed
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.

1 participant