Skip to content

Repository files navigation

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:android:<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

About

Developer resources for building Android applications with ThunderID

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages