Skip to content

farly-sdk/farly-android-sdk

Repository files navigation

Farly Android SDK

Version

Full Documentation

Access the full documentation here >

Example

To run the example project, clone the repo, and open the project in Android Studio, then launch the MainActivity. Inject your Publisher ID in MainActivity.java.

Installation

Farly is available through jitpack. To install it, confiure your root build.gradle file :

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Then add your dependency in your app's build.gradle

dependencies {
    implementation 'com.github.farly-sdk:farly-android-sdk:Tag' // replace Tag with the wanted version
}

Author

Farly, farly.io

License

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