Skip to content

TrustlyInc/trustly-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Java Version Platform Gradle Plugin Maven Central Version

Trustly Android SDK

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.

Requirements


  • Android 4.4 (API level 19) and above
  • Gradle 8+
  • AndroidX (as of v11.0.0)

Documentation and Guides

Get started with Trustly concepts and sandbox environment testing. Understand the functions and user flows of Trustly UI.

Installation


Maven Central

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'
}

Usage

Quickly start integrating this SDK with the Android Quickstart guide.

Versions


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

License


TrustlySDK is available under the MIT license. See the LICENSE file for more info. MIT License