Skip to main content

Requirements

AutomatID requires:

  • Gradle 6.7.1 or newer
  • Android Gradle plugin 4.2.2 or newer
  • minSdkVersion 21 (Android 5.0) or higher
  • compileSdkVersion 31 or higher
  • android.useAndroidX=true in gradle.properties
  • Jetifier is not required
  • R8 in full mode is supported
  • AutomatID is currently compatible with targetSdkVersion 33

AutomatID doesn't require Google Play Services, and it is compatible with Huawei HMS-only devices.

AutomatID can be used in Java or Kotlin projects.

At runtime, AutomatID works on devices that are equipped with NFC hardware. You can verify whether the device is compatible through a dedicated method, as seen in the dedicated section.