https://github.com/lightsail-network/java-stellar-sdk-android-spi
Stellar java sdk SPI implementation for Android
https://github.com/lightsail-network/java-stellar-sdk-android-spi
Last synced: 3 months ago
JSON representation
Stellar java sdk SPI implementation for Android
- Host: GitHub
- URL: https://github.com/lightsail-network/java-stellar-sdk-android-spi
- Owner: lightsail-network
- License: apache-2.0
- Created: 2023-09-27T21:42:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T03:17:31.000Z (6 months ago)
- Last Synced: 2026-01-14T06:50:43.761Z (6 months ago)
- Language: Java
- Homepage:
- Size: 259 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# java-stellar-sdk-android-spi
[](https://github.com/lightsail-network/java-stellar-sdk-android-spi/actions/workflows/test-deploy.yml)
[](https://central.sonatype.com/artifact/network.lightsail/stellar-sdk-android-spi)
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
```xml
network.lightsail
stellar-sdk-android-spi
3.0.0
```
### Gradle
```groovy
implementation 'network.lightsail:stellar-sdk-android-spi:3.0.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](https://central.sonatype.com/artifact/network.lightsail/stellar-sdk-android-spi).
### JAR
Download the latest jar from the GitHub
repo's [releases tab](https://github.com/lightsail-network/java-stellar-sdk-android-spi/releases). Add the `jar` package
to your project according to how your environment is set up.