Authenteq API Documentation
Search
⌃
K
Introduction
Create an Account
Documentation
Change Log
Migration Guides
Version Support
Mobile SDK
iOS
Android
React Native
Flutter
iOS
Android
Authentication Token
UI Customization
Examples
Web
Web Overview
Getting Started
How to Integrate Web?
Examples
API Reference
Export
Export Overview
API Reference
Webhook
Webhook Overview
AML
AML Overview
API Reference
Verification Links
Verification Links Overview
Recognition
Recognition Overview
API Reference
Powered By
GitBook
Android
Android required setup for Flutter app
Android setup
In your
build.gradle
add
Authenteq
maven repository to repositories list:
repositories
{
maven
{
url
'https://repo.app.authenteq.com/repository/maven-hosted'
}
}
▸ Set min Android SDK to level 21 (Android 5.0) in
build.gradle
minSdkVersion
21
Previous
iOS
Next - Mobile SDK
Authentication Token
Last modified
1yr ago