You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1328
## Test Plan
> How do we know the code works?
1. Run Flank with a configured device with not supported API level
```
device:
- model: OnePlus6T
version: 19
```
or if you want to check how the message looks when we have more than one supported version
```
device:
- model: Nexus7
version: 28
```
2. Error message should look like:
```
Incompatible model, 'OnePlus6T', and version, '19'
Supported version ids for 'OnePlus6T': 28
```
## Checklist
- [X] Fix printing on android
- [x] Verification and fix iOs
- [X] Unit tested
Describe the bug
When a user try to use the device with an unsupported API level flank prints message
To Reproduce
Expected behavior
Flank should print supported versions correctly.
Details (please complete the following information):
Latest master
The text was updated successfully, but these errors were encountered: