Android SDK for ThunderID. Provides authentication and user management for native Android applications.
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.
This project is licensed under the Apache License 2.0
