Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.13 KB

readme.md

File metadata and controls

40 lines (26 loc) · 1.13 KB

FaithlifeOAuth-Mobile

Build Maven Central

Generates OAuth 1.0 signatures for web service requests on iOS and Android.

changelog

Download

Android

Download the latest AAR or download

via Maven:

<dependency>
  <groupId>com.faithlife</groupId>
  <artifactId>faithlife-oauth-android</artifactId>
  <version>$version</version>
</dependency>

via Gradle:

implementation("com.faithlife:faithlife-oauth-android:$version")

iOS

XCFrameworks can be downloaded from the release page.

Build instructions

This project uses the Gradle build system.

To build the library: /.gradlew build To see all available tasks: ./gradlew tasks