Minimum Requirements

Native Android

The Validic Mobile library supports Android 9 - 16 (API levels 28 - 36) and requires Android Studio to compile.

Therefore, a minimum sdk of 28 is supported but you may choose a higher value:

android {
    defaultConfig {
        minSdkVersion 28
    }
}