Skip to content

docs: fix JitPack coordinate + normalize repo URL casing - #7

Merged
Zakariya1057 merged 1 commit into
mainfrom
fix/jitpack-coordinate
Jun 23, 2026
Merged

docs: fix JitPack coordinate + normalize repo URL casing#7
Zakariya1057 merged 1 commit into
mainfrom
fix/jitpack-coordinate

Conversation

@Zakariya1057

Copy link
Copy Markdown
Collaborator

What

  • Fix the JitPack coordinate in jitpack.yml: JitPack publishes this repo as com.github.polyai:android-sdk:<tag> (single-module, lowercase), not com.github.PolyAI.android-sdk:polymessaging:<tag>. The documented coordinate 404s; a developer following it would fail. Verified the corrected one resolves + builds in a fresh consumer app off the v0.8.0 tag.
  • Normalize URL casing PolyAI/android-sdkpolyai/android-sdk (canonical org login) in the POM URL/SCM, GitHub Packages URL, and the CI badge. (These redirected fine, but JitPack's group is case-sensitive and lowercase is canonical.)

Verification

Both install paths were tested end-to-end in fresh standalone projects:

  • Maven Central: implementation("ai.poly:messaging:0.8.0")
  • GitHub/JitPack: implementation("com.github.polyai:android-sdk:v0.8.0") ✅ (builds + connects)

No code changes; docs/metadata only.

JitPack publishes this repo as com.github.polyai:android-sdk:<tag> (single
module, lowercase), not com.github.PolyAI.android-sdk:polymessaging:<tag> —
the documented coordinate 404'd. Verified the corrected coordinate resolves
and builds in a fresh consumer project.

Also normalized the remaining github.com/PolyAI/android-sdk references to the
canonical lowercase org login (polyai) in the POM URLs, GitHub Packages URL,
and CI badge.
@Zakariya1057
Zakariya1057 merged commit 9f0388b into main Jun 23, 2026
3 checks passed
@Zakariya1057
Zakariya1057 deleted the fix/jitpack-coordinate branch June 23, 2026 16:45
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