Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.26 KB

File metadata and controls

43 lines (30 loc) · 1.26 KB

ThunderID Android SDK

Android SDK for ThunderID. Provides authentication and user management for native Android applications.

Installation

Gradle

GitHub release

Make sure your project's settings.gradle.kts includes JitPack:

dependencyResolutionManagement {
    repositories {
        maven("https://jitpack.io")
    }
}
dependencies {
    implementation("com.github.thunder-id:android-sdks:<latest-release-tag>")
}

For Jetpack Compose UI components, also add:

dependencies {
    implementation("com.github.thunder-id.android-sdks:compose:<latest-release-tag>")
}

Note

Replace <latest-release-tag> with the latest release tag of the android-sdks repository.

License

This project is licensed under the Apache License 2.0