Specs
Minumum Android Version
The current minSDK
version for the SDK is 24
. This corresponds to Android version 7.0 aka Nougat; released in 2016 and official support was stopped in 2019. This provides coverage for most android devices.
Target/Compile Version
The current compileSdk
and targetSdk
is 34
. This corresponds to Android version 14; released in 2023.
Kotlin Version
The SDK is currently compiled with Kotlin 1.9.24
. We encourage implementors to use the same version, but don't foresee issues if a different (relatively modern) version of Kotlin is used for the implementor's app.