Minimum Requirements
Native Android
The Validic Mobile library supports Android 8 - 14 (API levels 26 - 34) and requires Android Studio to compile.
Therefore, a minimum sdk of 26 is supported but you may choose a higher value:
android {
defaultConfig {
minSdkVersion 26
}
}
Updated 4 days ago