Skip to content

fix(android): remove deprecated jcenter() repository#230

Merged
kherembourg merged 1 commit into
mainfrom
fix/remove-jcenter
Mar 30, 2026
Merged

fix(android): remove deprecated jcenter() repository#230
kherembourg merged 1 commit into
mainfrom
fix/remove-jcenter

Conversation

@kherembourg
Copy link
Copy Markdown
Contributor

Summary

  • Remove all jcenter() repository declarations from Gradle files
  • jcenter has been sunset since February 2021 and is no longer maintained
  • All dependencies are already available via mavenCentral() and google()

Files changed

  • packages/purchasely/android/build.gradle — removed 2 jcenter() entries (buildscript + repositories)
  • example/android/app/build.gradle — removed 1 jcenter() entry

Test plan

  • Android example app builds successfully (yarn example:android)
  • ./gradlew testDebugUnitTest passes

🤖 Generated with Claude Code

jcenter has been sunset and is no longer supported. All dependencies
are available via mavenCentral() and google() repositories.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 30, 2026

No reviewable files after applying ignore patterns.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes the deprecated jcenter() Gradle repository from the Android build configuration to ensure builds rely only on maintained repositories (mavenCentral() / google()).

Changes:

  • Removed jcenter() from packages/purchasely/android/build.gradle (both buildscript.repositories and module repositories).
  • Removed jcenter() from example/android/app/build.gradle repositories.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/purchasely/android/build.gradle Drops jcenter() from buildscript and module repository lists.
example/android/app/build.gradle Drops jcenter() from the example app repository list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kherembourg kherembourg merged commit 9ec7dab into main Mar 30, 2026
8 checks passed
@kherembourg kherembourg deleted the fix/remove-jcenter branch March 30, 2026 12:13
@fbatiga
Copy link
Copy Markdown

fbatiga commented May 4, 2026

@chouaibMo when is this going to be deployed ?

@chouaibMo
Copy link
Copy Markdown
Contributor

@chouaibMo when is this going to be deployed ?

hi @fbatiga,
a new SDK release is planned for this week. I’ll let you know as soon as it’s available.

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.

4 participants