Skip to content

chore(release): 1.6.0#56

Open
Koosha-Owji wants to merge 1 commit into
mainfrom
release/v1.6.0
Open

chore(release): 1.6.0#56
Koosha-Owji wants to merge 1 commit into
mainfrom
release/v1.6.0

Conversation

@Koosha-Owji

Copy link
Copy Markdown
Contributor

Explain your changes

release version 1.6.0

Checklist

🛟 If you need help, consider asking for advice over in the Kinde community.

@Koosha-Owji Koosha-Owji requested review from a team as code owners June 9, 2026 10:27
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5ea54a55-ff59-42c3-80bc-6e2cab9e75da

📥 Commits

Reviewing files that changed from the base of the PR and between 9bda51a and 989df0d.

📒 Files selected for processing (3)
  • build.gradle
  • scripts/publish-module.gradle
  • sdk/build.gradle
💤 Files with no reviewable changes (1)
  • scripts/publish-module.gradle

Walkthrough

The PR updates the Android Gradle build configuration by incrementing Android compile and SDK versions, introducing the nmcp publishing plugin at both root and module levels, migrating centralized artifact publishing logic into the SDK module's own publishing block, and updating several library dependency versions.

Changes

Build Configuration and Publishing Migration

Layer / File(s) Summary
Root build configuration and nmcp plugin
build.gradle
Android compile version is updated to 34, SDK version to 1.6.0, and the nmcp plugin is added to the root plugins block with apply false.
SDK module publishing migration
sdk/build.gradle
The nmcp plugin is applied to the SDK module, and a publishing block is added to generate and publish sources and Javadoc JARs for the release variant.
Centralized artifact publishing removal
scripts/publish-module.gradle
Manual androidSourcesJar and androidJavadocJar task definitions and artifact registrations are removed, consolidating all publishing logic into individual modules.
Dependency version updates
sdk/build.gradle
Retrofit, Gson converter, AndroidX browser, and Retrofit scalars converter dependencies are updated to newer versions.

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change as a release version bump to 1.6.0, which aligns with the gradle configuration updates and SDK version changes in the changeset.
Description check ✅ Passed The description identifies the PR purpose as releasing version 1.6.0, which relates to the sdk_version update from 1.5.0 to 1.6.0 in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.6.0

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.

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