build: bump compileSdk/targetSdk to 36 (Android 16) - #214
Merged
Conversation
Google Play requires app updates to target API 36 by Aug 31, 2026 (warning already active in Play Console). App already targets 35, so the 35-era behavior changes (edge-to-edge etc.) are absorbed; API 36 has no additional manifest requirements for this app.
Member
Author
|
@greptileai review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This was referenced Aug 6, 2026
Greptile SummaryThis PR updates the Android module to compile against and target API level 36 for Play Store policy compliance.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or independently actionable issue identified in the SDK-level update. The compile and target SDK values remain aligned, and the repository uses a modern Android Gradle Plugin and Gradle toolchain compatible with the updated configuration. Important Files Changed
Reviews (1): Last reviewed commit: "build: bump compileSdk/targetSdk to 36 (..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of Play Store policy compliance: App must target Android 16 (API level 36) or higher — Fix by Aug 31 (Play Console warning, ~3 weeks away).
The app already targets API 35, so the significant behavior changes from that generation (edge-to-edge enforcement etc.) are already absorbed. Targeting 36 mainly picks up stricter intent matching and predictive-back defaults, neither of which this app relies on.
CI's emulator E2E (API 29) plus unit tests cover the regression risk; a manual smoke test on an Android 16 device before the next Play release is still advisable.
Sibling PRs for the other Play policy items: #213 (16 KB pages); accessibility prominent disclosure to follow.