nevis_mobile_authentication_sdk_android 4.5.0
nevis_mobile_authentication_sdk_android: ^4.5.0 copied to clipboard
Android implementation of the nevis_mobile_authentication_sdk plugin
nevis_mobile_authentication_sdk_android #
The official Android implementation of the nevis_mobile_authentication_sdk plugin by Nevis.
Usage #
This package is endorsed, which means you can simply use nevis_mobile_authentication_sdk normally. This package will be automatically included in your app when you do.
Requirements #
Support for the currently used hardening tool, which requires the following Android build tooling versions:
- Android Gradle Plugin 8.11.1 or later
- Gradle 8.13 or later
- Java 17
In this project, the Android Gradle Plugin version is configured in:
android/build.gradlefor the plugin moduleexample/android/settings.gradlefor the example app
The Gradle wrapper version is configured in:
android/gradle/wrapper/gradle-wrapper.propertiesexample/android/gradle/wrapper/gradle-wrapper.properties
If your application overrides the Android Gradle Plugin version in its own Android build configuration, make sure it is compatible with these requirements.
Example application #
For a complete integration example, see the example app in example/.