Android

Requirements

DriveKit is developed with the Kotlin language and is compatible with Android 6.0 (API 23) and later versions.

We strongly recommend to configure (minSdkVersion) your project app to support Android 8.0 (API 26) or later version as DriveKit SDK will no longer support Android 6 (API 23) and Android 7.x (API 24 and 25) from end-2024.

The latest DriveKit SDK version is configured with these attributes:

Please ensure that others libraries integrated in your project are compatible with these versions ; for example if you use a library to manage runtime permissions.

DriveKit uses the libraries listed below. These are minimal required versions. Check that they are compatible with your app:

DriveKit uses key-value backup. If you use Auto Backup, you need to add android:fullBackupOnly in your Manifest.

Last updated