docs: fix stale SDK version values in manifestPlaceholders example#988
docs: fix stale SDK version values in manifestPlaceholders example#988sanchitmehtagit wants to merge 1 commit into
Conversation
The build.gradle snippet showed compileSdkVersion/targetSdkVersion 30 and minSdkVersion 21, contradicting the Requirements section which states Android API 31+ is required. Updated to compileSdkVersion 34, targetSdkVersion 34, and minSdkVersion 31.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesREADME Android SDK Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Summary
Fixed stale API version values in the build.gradle manifest placeholders example — they showed compileSdkVersion/targetSdkVersion 30 and minSdkVersion 21, contradicting the Requirements section which states API 31+ is required.
Changes
Generated with syncing-sdk-docs skill
Summary by CodeRabbit