Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

ozanlimited/ozan-checkout-android

Repository files navigation

Ozan Checkout Android SDK

The Ozan Checkout Android SDK provides a simple mechanism to add checkout functionality to your apps. The overall checkout flow looks like this

Installation

The minimum API level supported by this library is API 16.

Setup

Add the dependency in your build.gradle:

dependencies {
	compile 'com.ozancheckout:sdk:1.0.1'
}

Documentation

For the full documentation and more information about the Ozan Checkout Android SDK, please visit:

Ozan Checkout Android SDK

Sample app

There is an example app provided here for Java.

Proguard

A ProGuard configuration is provided as part of the Ozan Checkout Android SDK. There is no need to add any Ozan Checkout-specific rules to your ProGuard configuration.

License

The Braintree Android SDK is open source and available under the MIT license. See the LICENSE file for more info.