Android SDK for ThunderID. Provides authentication and user management for native Android applications.
dependencies {
implementation("dev.thunderid:android:0.1.0")
}For Jetpack Compose UI components, also add:
dependencies {
implementation("dev.thunderid:compose:0.1.0")
}Make sure your project's settings.gradle.kts includes the ThunderID Maven repository:
dependencyResolutionManagement {
repositories {
maven("https://maven.thunderid.dev/releases")
}
}This project is licensed under the Apache License 2.0
