Skip to content

Commit

Permalink
Update documentation: Add supported OS versions (#81)
Browse files Browse the repository at this point in the history
* update doc

* Add test for api level 34

* Add supported version, api level 34
  • Loading branch information
imnutz authored Oct 5, 2023
1 parent 1421f6a commit b8e8e5c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ jobs:
steps:
- run_local_tests

instrument_tests_level_34:
executor:
name: android/android-machine
resource-class: large
tag: "2023.09.1"
steps:
- run_instrument_tests:
api_level: '34'

instrument_tests_level_33:
executor:
name: android/android-machine
Expand Down Expand Up @@ -149,6 +158,7 @@ workflows:
test:
jobs:
- local_tests
- instrument_tests_level_34
- instrument_tests_level_33
- instrument_tests_level_32
- instrument_tests_level_31
Expand Down
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,12 +525,24 @@ TreasureData.sharedInstance().fetchUserSegments(Arrays.asList("<your_profile_api

Android SDK for Arm Treasure Data only supports any Android device running API 28 (Android 9.0) and higher

| Codename | Version | API | v0.6.0 | v1.0.0 |
| :----------------- | :------ | :----- | :----------------- | :----------------- |
| Android 14 | 14 | 34 | not tested | :white_check_mark: |
| Android 13 | 13 | 33 | not tested | :white_check_mark: |
| Android 12 | 13 | 31, 32 | not tested | :white_check_mark: |
| Android 11 | 11 | 30 | :white_check_mark: | :white_check_mark: |
| Android 10 | 10 | 29 | :white_check_mark: | :white_check_mark: |
| Pie | 9.0 | 28 | :white_check_mark: | :white_check_mark: |
| Oreo | 8.1 | 27 | :white_check_mark: | not tested |
| Oreo | 8.0 | 26 | :white_check_mark: | not tested |
| Nougat | 7.1 | 25 | :white_check_mark: | not tested |
| Nougat | 7.0 | 24 | :white_check_mark: | not tested |
| Marshmallow | 6.0 | 23 | :white_check_mark: | not tested |
| Lollipop | 5.1 | 22 | :white_check_mark: | not tested |
| Lollipop | 5.0 | 21 | :white_check_mark: | not tested |
| KitKat | 4.4 | 19 | :white_check_mark: | not tested |
| Jelly Bean | 4.3 | 18 | :white_check_mark: | not tested |
| Jelly Bean | 4.2 | 17 | not tested | not tested |
| Jelly Bean | 4.1 | 16 | not tested | not tested |
| Ice Cream Sandwich | 4.0 | 15 | not tested | not tested |

|Codename |Version | API| Tested?|
|------------------|-------:|---:|:------:|
|Android 13 |11.0 |30 |Yes |
|Android 12L |11.0 |30 |Yes |
|Android 12 |11.0 |30 |Yes |
|Android 11 |11.0 |30 |Yes |
|Android 10 |10.0 |29 |Yes |
|Pie |9.0 |28 |Yes |

0 comments on commit b8e8e5c

Please sign in to comment.