Skip to content

thunder-id/android-sdks

Repository files navigation

ThunderID Android SDK

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

Installation

Gradle

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")
    }
}

License

This project is licensed under the Apache License 2.0

About

Developer resources for building Android applications with ThunderID

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages