feat: Android SDK update for version 14.1.0#118
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdded a new 14.1.0 changelog entry and bumped published SDK coordinates in README to 14.1.0. Updated library POM developer email in build.gradle to Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Greptile SummaryThis PR bumps the Android SDK to version 14.0.1, updating the version string in
Confidence Score: 4/5Not safe to merge as-is — the placeholder email will be published as permanent POM metadata to Maven repositories. All version-bump changes are correct, but the POM_DEVELOPER_EMAIL value of 'team@localhost.test' is a non-functional placeholder that would be baked into the published Maven artifact's POM file. This is a P1 defect that should be fixed (reverting to team@appwrite.io) before the release is cut. library/build.gradle — POM_DEVELOPER_EMAIL must be corrected before publishing Important Files Changed
Reviews (1): Last reviewed commit: "chore: update Android SDK to 14.0.1" | Re-trigger Greptile |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@library/build.gradle`:
- Line 18: The POM_DEVELOPER_EMAIL variable is set to a non-routable test
address (POM_DEVELOPER_EMAIL = 'team@localhost.test') which will be written into
published POM metadata; update POM_DEVELOPER_EMAIL to a real maintainer or team
contact email (or remove/omit it for release) so the artifact metadata contains
a valid contact before publishing.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e6bc5d32-4349-4a5a-ae5f-445aa956ccbe
📒 Files selected for processing (4)
CHANGELOG.mdREADME.mdlibrary/build.gradlelibrary/src/main/java/io/appwrite/Client.kt
This PR contains updates to the Android SDK for version 14.1.0.