fix: update android sdk version#308
Conversation
WalkthroughUpdated the Airborne SDK dependency version from 2.2.7-xota.02 to 2.2.8-rc.05 in the Android Gradle build configuration file. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
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 `@airborne-react-native/android/build.gradle`:
- Line 149: The build is declaring an RC artifact via api
("in.juspay:airborne:2.2.8-rc.05") which exposes pre-release types used in
Airborne.kt and AirborneInterface.kt (notably HyperOTAServices, TrackerCallback,
LazyDownloadCallback); verify the RC artifact exists and its API for those
symbols is compatible with our usage, and if it is not validated/stable either
replace the dependency with a stable released version or change the
configuration from api to implementation to avoid leaking pre-release types to
downstream consumers.
🪄 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: 9ca3fc1d-7422-4e3e-b392-4c3bccb32fe5
📒 Files selected for processing (1)
airborne-react-native/android/build.gradle
Summary by CodeRabbit