Describe the bug
In the Readme file there is a compatibility table. When using the JWT authentication, this table is no longer correct because it needs at least Android SDK 15.16 (and nor 15.x as stated in the readme file).
To Reproduce
Steps to reproduce the behavior:
- set Android SDK to 15.14
- Install Capacitor Intercom Plugin 7.1
- Use method
setUserJwt
- build for android. -> error
Expected behavior
Update Readme to state this compatibility requirement.