Skip to content

hotfix/cp-11054-jcenter-not-supported-in-gradle-9#36

Merged
snuricp merged 1 commit intomasterfrom
hotfix/cp-11054-jcenter-not-supported-in-gradle-9
Apr 16, 2026
Merged

hotfix/cp-11054-jcenter-not-supported-in-gradle-9#36
snuricp merged 1 commit intomasterfrom
hotfix/cp-11054-jcenter-not-supported-in-gradle-9

Conversation

@unnaticleverpush
Copy link
Copy Markdown
Contributor

@unnaticleverpush unnaticleverpush commented Apr 1, 2026

improve Gradle 8+ and Gradle 9 compatibility


Summary by cubic

Remove jcenter() and modernize the Android Gradle config to work with Gradle 8 and 9. Addresses CP-11054 (jcenter not supported in Gradle 9) and meets AGP 8+ requirements.

  • Refactors

    • Drop deprecated buildscript/allprojects blocks; add module repositories { google(); mavenCentral() }.
    • Add namespace "com.cleverpush.reactnative".
    • Update compileSdkVersion to 34 and minSdkVersion to 21.
    • Make safeExtGet return explicit.
  • Migration

    • Projects must target compile SDK 34 and min SDK 21 or higher.

Written for commit 2865ab3. Summary will update on new commits.

improve Gradle 8+ and Gradle 9 compatibility
@unnaticleverpush unnaticleverpush self-assigned this Apr 1, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@snuricp snuricp merged commit 75cb407 into master Apr 16, 2026
3 checks passed
@snuricp snuricp deleted the hotfix/cp-11054-jcenter-not-supported-in-gradle-9 branch April 16, 2026 11:16
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