fix(android): downgrade kotlin to 2.2.21 and upgrade Android SDK#43
Merged
sidorchukandrew merged 2 commits intomainfrom Apr 13, 2026
Conversation
sidorchukandrew
approved these changes
Apr 13, 2026
jhampton
pushed a commit
that referenced
this pull request
Apr 13, 2026
|
🎉 This PR is included in version 0.11.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Description
Type of Change
feat:New feature (non-breaking change which adds functionality)fix:Bug fix (non-breaking change which fixes an issue)docs:Documentation updaterefactor:Code refactoring (no functional changes)perf:Performance improvementtest:Test additions or updatesbuild:Build system or dependency changesci:CI configuration changeschore:Other changes (maintenance, etc.)Breaking Changes
Breaking Change Details:
Migration Guide:
Checklist
Conventional Commits
✅ All commits in this PR follow conventional commit format:
Example commit messages:
feat(api): add Bible verse lookup methodfix(auth): resolve token refresh race conditiondocs: update installation instructionsFor breaking changes:
feat(api)!: redesign Bible content APISee CONTRIBUTING.md for detailed guidelines.
Related Issues
Closes #
Relates to #
Additional Context
Reviewer Notes
Greptile Summary
This PR removes the explicit
kotlinVersion: "2.3.0"override fromexample/app.json(reverting the example app to the project's default Kotlin 2.2.21) and upgrades the three YouVersion platform Android SDK dependencies (platform-core,platform-ui,platform-reader) from1.0.1to1.1.1inandroid/build.gradle. Both changes are targeted and low-risk.Confidence Score: 5/5
This PR is safe to merge — both changes are straightforward dependency/config updates with no logic modifications.
No P0 or P1 findings. The SDK upgrade (1.0.1 → 1.1.1) and Kotlin version revert are isolated, low-risk changes. All findings, if any, would be P2 or lower.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[example/app.json\nexpo-build-properties] -->|removed kotlinVersion: 2.3.0| B[Default Kotlin 2.2.21\nused for example app] C[android/build.gradle\nplatform-core 1.0.1\nplatform-ui 1.0.1\nplatform-reader 1.0.1] -->|upgraded| D[android/build.gradle\nplatform-core 1.1.1\nplatform-ui 1.1.1\nplatform-reader 1.1.1]Reviews (2): Last reviewed commit: "chore: remove kotlin language version pi..." | Re-trigger Greptile