Skip to content

Conversation

@uc-brunosilva
Copy link
Collaborator

@uc-brunosilva uc-brunosilva commented Oct 2, 2025

Summary by CodeRabbit

  • Documentation
    • Added release notes for v2.23.2 highlighting compatibility updates, including React Native 0.79.6 to support 16 KB page sizes.
  • Chores
    • Bumped app version to 2.23.2 across platforms.
    • Updated Android SDK dependency to align with v2.23.2.
    • Performed dependency maintenance for improved compatibility and stability.
    • No functional changes to features or error handling.

@uc-brunosilva uc-brunosilva self-assigned this Oct 2, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 2, 2025

Walkthrough

Updates project/version references from 2.23.0 to 2.23.2 across Android Gradle scripts and package.json, and adds a CHANGELOG entry noting React Native 0.79.6 support for 16 KB page sizes. No API, control-flow, or functional logic changes.

Changes

Cohort / File(s) Summary
Android build scripts
android/build.gradle.kts, android/build-legacy.gradle
Bump Usercentrics SDK version from 2.23.0 to 2.23.2 (Kotlin DSL and legacy Gradle).
Package metadata
package.json
Update package version and iosPackageVersion from 2.23.0 to 2.23.2.
Changelog
CHANGELOG.md
Add release notes for 2.23.2 (Oct 1, 2025) noting React Native 0.79.6 update for 16 KB page sizes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Release: 2.23.0 #156 — Similar release version bumps touching CHANGELOG, Android Gradle version variables, and package.json.

Suggested reviewers

  • uc-brunosouza

Poem

I hop through tags from .0 to .2,
Carrots of semver—crisp and new. 🥕
Gradle burrows, package burps,
Changelog sings in tidy chirps.
A tiny leap, no code to chew—
Just version clouds in sky-blue hue. 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title “Release: 2.23.2” directly and concisely communicates the primary change of this PR, which is updating the project to version 2.23.2. It reflects the version bumps in package.json, build files, and the changelog, making it clear to reviewers what this pull request is for.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/2.23.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
android/build.gradle.kts (1)

26-38: Remove duplicated compileOptions block.

compileOptions appears twice with identical JavaVersion 17 settings; keep one to reduce noise.

-    compileOptions {
-        sourceCompatibility = JavaVersion.VERSION_17
-        targetCompatibility = JavaVersion.VERSION_17
-    }
-
     kotlinOptions {
         jvmTarget = "17"
     }
     
-    compileOptions {
-        sourceCompatibility = JavaVersion.VERSION_17
-        targetCompatibility = JavaVersion.VERSION_17
-    }
+    compileOptions {
+        sourceCompatibility = JavaVersion.VERSION_17
+        targetCompatibility = JavaVersion.VERSION_17
+    }
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cf44102 and 81967a6.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (4)
  • CHANGELOG.md (1 hunks)
  • android/build-legacy.gradle (1 hunks)
  • android/build.gradle.kts (1 hunks)
  • package.json (1 hunks)
🔇 Additional comments (4)
android/build.gradle.kts (1)

6-6: Android dependency version bump looks good.

package.json (1)

3-3: All version references are updated and the Podspec pulls the correct version; no leftover “2.23.0” occurrences found.

android/build-legacy.gradle (1)

1-1: Legacy Gradle version and artifact availability verified

com.usercentrics.sdk:usercentrics-ui:2.23.2 is published on Maven Central.

CHANGELOG.md (1)

3-6: RN version and changelog entry verified
React Native is consistently updated to 0.79.6 across package.json, Gradle, TOML and lockfiles, and the changelog tag “2.23.2 – Oct 1 2025” is correct.

@uc-brunosilva uc-brunosilva merged commit 0f1706b into master Oct 2, 2025
2 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Oct 6, 2025
This was referenced Oct 31, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 21, 2025
@coderabbitai coderabbitai bot mentioned this pull request Dec 5, 2025
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.

3 participants