Installation
Prerequisites
Your app must be a native Android app written in Kotlin or Java
Your app must have the permission to use the internet.
Your app must at least be compatible with Android API version 21 (Android 5.0)
How to install
Add Maven Central repository in your main build.gradle of your Android project:
allprojects {
repositories {
maven {
mavenCentral()
}
}
}
Then add the following library dependency in the build.gradle file of your app module:
dependencies {
implementation 'com.abtasty:flagship-android:4.0.0-beta2'
}
Last updated
Was this helpful?