Skip to content

Releases: antwerpes/dc_app_login_sdk_android

first release

08 Apr 21:39
2d9942a
Compare
Choose a tag to compare
first release Pre-release
Pre-release
  • Migrated everything from the old project.
  • Fixed issue with duplicated response for successful logins

As this is distributed as AAR you have to take care of the required dependencies manually.

Required dependencies:

    implementation 'androidx.core:core-ktx:1.3.+'
    implementation 'androidx.appcompat:appcompat:1.2.+'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.+'