docs: align Kotlin SDK documentation - #983
Merged
Merged
Conversation
Deploying devcycle-docs with
|
| Latest commit: |
92d1d92
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://23db8854.devcycle-docs.pages.dev |
| Branch Preview URL: | https://docs-sdk-kotlin.devcycle-docs.pages.dev |
jonathannorris
force-pushed
the
docs-sdk-kotlin
branch
from
August 6, 2026 18:12
1f081a0 to
d62e326
Compare
jonathannorris
marked this pull request as ready for review
August 6, 2026 18:14
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Android/Kotlin SDK documentation to match the current Android SDK baseline and to avoid floating dependency versions in install snippets.
Changes:
- Raise documented minimum Android API level for the Android SDK and OpenFeature integration to API 26+.
- Pin DevCycle Android SDK and OpenFeature Kotlin SDK versions in Gradle/Maven examples (remove
+floating versions). - Refine install guidance text to encourage deliberate upgrades.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/sdk/client-side-sdks/android/android-openfeature.md | Updates requirements and pins Gradle/Maven dependency versions for the OpenFeature provider docs. |
| docs/sdk/client-side-sdks/android/android-install.md | Updates minimum Android API requirement and pins the Android SDK dependency version in install instructions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JamieSinn
reviewed
Aug 6, 2026
Comment on lines
-36
to
38
| ```yaml | ||
| implementation("com.devcycle:android-client-sdk:+") | ||
| ```gradle | ||
| implementation("com.devcycle:android-client-sdk:2.9.0") | ||
| ``` |
Member
There was a problem hiding this comment.
I actually prefer the + as a concept here to prevent state drift.
jonathannorris
force-pushed
the
docs-sdk-kotlin
branch
from
August 7, 2026 16:03
4ccdf9b to
6ff4fca
Compare
JamieSinn
approved these changes
Aug 7, 2026
jonathannorris
force-pushed
the
docs-sdk-kotlin
branch
from
August 7, 2026 16:21
6ff4fca to
92d1d92
Compare
jonathannorris
enabled auto-merge (squash)
August 7, 2026 16:21
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.
Summary
Validation