Installation
Modules
Gradle integration
repositories {
maven {
url 'https://repo.app.authenteq.com/repository/maven-hosted'
}
}minSdkVersion 21Proguard
Last updated
Was this helpful?
repositories {
maven {
url 'https://repo.app.authenteq.com/repository/maven-hosted'
}
}minSdkVersion 21Last updated
Was this helpful?
Was this helpful?
android {
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}dependencies {
implementation('com.authenteq.android:flow:(insert version)$@aar') {
transitive = true
}
}dependencies {
implementation('com.authenteq.android:flow-docscanner:(insert version)$@aar') {
transitive = true
}
}dependencies {
implementation('com.authenteq.android:flow-docscanner-db:(insert version)$@aar')
}dependencies {
implementation 'com.authenteq.android:opencv:3.4.14@aar'
}android:allowBackup="true"tools:replace="android:allowBackup"xmlns:tools="http://schemas.android.com/tools"-keep class com.authenteq.android.** {*;}