Android SDK
<dependencies>
<dependency>
<groupId>com.licensespring</groupId>
<artifactId>androidsdk</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>androidsdk</id>
<url>https://licensespring-android-sdk.s3.amazonaws.com/</url>
</repository>
</repositories>repositories {
mavenLocal()
maven {
url "https://licensespring-android-sdk.s3.amazonaws.com"
}
}
dependencies {
implementation (group: 'com.licensespring', name: 'androidsdk', version: '1.5.0', ext: 'aar', classifier: 'release') {
transitive=true
}
}Release Notes
December 12th, 2023, v1.5.0
October 12th, 2023, v1.4.0
April 28th, 2023, v1.3.0
April 19th, 2023, v1.2.0
February 22nd, 2023, v1.1.8
January 30th, 2023, v1.1.7
January 19th, 2023, v1.1.6
January 16th, 2023, v1.1.5
January 10th, 2023, v1.1.4
November 4th, 2022, v1.1.3
August 19th, 2022, v1.1.2
August 10th, 2022, v1.1.1
June 14th, 2020, v1.1
May 11th, 2020, v1.0
Last updated
Was this helpful?