FAQ / Troubleshooting
Let's spit some FAQs🥳
The Sybrin Identity Android SDK uses semantic versioning.
Given a version number MAJOR.MINOR.PATCH e.g. 1.0.0:
- The MAJOR version will increment when incompatible API changes are made.
- The MINOR version will increment when functionality is added, in a backwards compatible manner.
- The PATCH version will increment when backwards compatible bug fixes are made.
Last modified 6mo ago