Install

Installation


Add mavenCentral() repository to the project level (root level) build.gradle file:

allprojects {
    repositories {
        mavenCentral()
    }
}

Add dependency in module level build.gradle file:

build.gradle

dependencies {
    implementation "io.github.FNCYchain:fncy-wallet-android-sdk:$latest_version"
}

build.gradle.kts

dependencies {
    implementation("io.github.FNCYchain:fncy-wallet-android-sdk:$latestVersion")
}

Add permission and meta-data(API Key, Base URL) in AndroidManifest.xml:

Add the following options to the proguard-rules.pro file: