Installation
The SDK is compatible with devices running Android 8 or higher (API version 26 or later).
allprojects {
repositories {
// Other repositories...
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.ottuco:ottu-android-checkout:2.1.4'
}
Last updated