Skip to content

docs: align Kotlin SDK documentation - #983

Merged
jonathannorris merged 2 commits into
mainfrom
docs-sdk-kotlin
Aug 7, 2026
Merged

docs: align Kotlin SDK documentation#983
jonathannorris merged 2 commits into
mainfrom
docs-sdk-kotlin

Conversation

@jonathannorris

@jonathannorris jonathannorris commented Aug 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Align Android API requirements and dependency versions with the current SDK.
  • Remove floating Android and OpenFeature dependency versions.

Validation

  • git diff --check passed

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploying devcycle-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@jonathannorris
jonathannorris marked this pull request as ready for review August 6, 2026 18:14
Copilot AI review requested due to automatic review settings August 6, 2026 18:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/sdk/client-side-sdks/android/android-openfeature.md Outdated
Comment thread docs/sdk/client-side-sdks/android/android-install.md Outdated
Comment on lines -36 to 38
```yaml
implementation("com.devcycle:android-client-sdk:+")
```gradle
implementation("com.devcycle:android-client-sdk:2.9.0")
```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually prefer the + as a concept here to prevent state drift.

@jonathannorris
jonathannorris enabled auto-merge (squash) August 7, 2026 16:21
@jonathannorris
jonathannorris merged commit 721e786 into main Aug 7, 2026
5 checks passed
@jonathannorris
jonathannorris deleted the docs-sdk-kotlin branch August 7, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants