Skip to content

Commit

Permalink
Emergency fix: update android supported platforms (#254)
Browse files Browse the repository at this point in the history
### Summary
<!-- In one or two sentences, describe your changes. -->
- Update android supported platforms.

### Related PRs, issues, or features (optional)
<!-- Add "Fixes #XYZ" (Replace #XYZ with the GitHub issue or feature
number). -->
- N/A

### Metadata
<!-- ✅ Check all boxes that apply, like this: [x] -->
- [ ] Adds new file(s)
- [x] Edits existing file(s)
- [ ] Removes file(s)

### PR contributor checklist
<!-- Once you've filled out your metadata, select "Create Draft Pull
Request" and review your PR _before_ filling out the following
checklist. -->

- [x] My PR follows the [Kobiton Docs contributor
guidelines](https://github.com/kobiton/docs/blob/main/CONTRIBUTE.adoc),
meaning:

    - My content contains correct spelling and grammar.
- My directories and files are
[named](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#directory-and-file-names)
and
[structured](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#directory-structure)
correctly.
- My style and voice follows the [Microsoft Style
Guide](https://learn.microsoft.com/en-us/style-guide/brand-voice-above-all-simple-human).
- I added all new pages to their section's [`nav.adoc`
file](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#configure-navigation-in-navadoc).
    - I removed all localizations (like `en-us`) from my URLs.
  • Loading branch information
tungmhoang authored Aug 13, 2024
2 parents c2d0def + 4148d8b commit 441a90c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following mobile devices and operating system (OS) versions are supported on

|Google
|Android
|link:https://developer.android.com/about/versions/pie[Android 9] through link:https://developer.android.com/about/versions/15[Android 15 Beta 3]
|link:https://developer.android.com/about/versions/oreo[Android 8] through link:https://developer.android.com/about/versions/15[Android 15 Beta 3] ^*1*^

.2+|Apple
|iPadOS
Expand All @@ -21,6 +21,8 @@ The following mobile devices and operating system (OS) versions are supported on
|link:https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-release-notes[iOS 14] through link:https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-18_1-release-notes[iOS 18.1 Beta]
|===

^*1*^ _Lower versions may still work, but are no longer tested._

== Devices

=== Android
Expand Down

0 comments on commit 441a90c

Please sign in to comment.