Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.54 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.54 KB

java-stellar-sdk-android-spi

Test and Deploy Maven Central Version

The goal of this library is to enable users to conveniently integrate the Java Stellar SDK into lower versions of the Android platform. In this context, lower versions refer to Android API level 23 to 27. If your minSdk is set to 28 or higher, you do not need to include this library.

Installation

Apache Maven

<dependency>
    <groupId>network.lightsail</groupId>
    <artifactId>stellar-sdk-android-spi</artifactId>
    <version>0.44.0</version>
</dependency>

Gradle

implementation 'network.lightsail:stellar-sdk-android-spi:0.44.0'

The versions of java-stellar-sdk and java-stellar-sdk-android-spi should be maintained at the same version.

You can find instructions on how to install this dependency using alternative package managers here.

JAR

Download the latest jar from the GitHub repo's releases tab. Add the jar package to your project according to how your environment is set up.