VERSION

const val VERSION: String

The current version of the LiG Scanner SDK.

This follows semantic versioning (MAJOR.MINOR.PATCH) where:

  • MAJOR: Incompatible API changes

  • MINOR: Backward-compatible functionality additions

  • PATCH: Backward-compatible bug fixes

Use this to check SDK version compatibility in your application.