Installation
The StraicSDK for Android supports Android 5+.
PackageManager
Gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}implementation ( "com.github.straic:straic-android-sdk:1.2.1") {
transitive=true
}Last updated