This repository contains the source code for the Trustly Android SDK, including interfaces and views that integrated with the web-based Trustly user interface module.
Get started with Trustly concepts and sandbox environment testing. Understand the functions and user flows of Trustly UI.
TrustlySDK is available through Maven Central. To install
it, include the dependency below in your build.gradle
file.
dependencies {
implementation 'net.trustly:trustly-android-sdk:3.4.0'
}
Quickly start integrating this SDK with the Android Quickstart guide.
VERSION | DESCRIPTION | BRANCH |
---|---|---|
3.3.0 | Open WebView or Chrome Custom Tabs by remote configuration | main |
3.2.2 | Update custom environment host mount | main |
3.2.1 | Removing allow backup flag from Application | main |
3.2.0 | Support for Android API 19 | main |
3.1.1 | Google Chrome app required message | main |
3.1.0 | Widget adjustment by it's content | main |
3.0.1 | Add Gradle configuration to release version | main |
3.0.0 | Add Maven Central package manager support | main |
TrustlySDK is available under the MIT license. See the LICENSE file for more info. MIT License