Releases: aws-amplify/amplify-android
Releases · aws-amplify/amplify-android
Amplify Android Kotlin Facade 0.1.4
Bug Fixes
- kotlin: getCurrentUser return type should be nullable (#1265)
Amplify Android 1.17.2
Amplify Android Kotlin Facade 0.1.3
Version bumped as a result of Amplify Android 1.17.2
Amplify Android 1.17.1
Amplify Android Kotlin Facade 0.1.2
Updated together with Amplify Android 1.17.1.
Amplify Android 1.17.0
Amplify Android 1.16.15
Amplify Android Kotlin Facade 0.1.1
Overview
core-kotlin
introduces an alternate Amplify facade, which provides new
means of interacting with the various Amplify categories (API, Auth,
DataStore, Predictions, Storage.) The new facade includes several
improvements to the Kotlin developer experience, mainly by adding
support for Coroutines.
Usage
To use the Kotlin facade, include this dependency:
dependencies {
implementation "com.amplifyframework:core-kotlin:0.1.1"
}
And import the Kotlin facade instead of the similar one at com.amplifyframework.core.Amplify
:
import com.amplifyframework.kotlin.core.Amplify
Amplify Android 1.16.14 (Deprecated)
This release is deprecated. Do not use this version.
Amplify Android Kotlin Facade 0.1.0 (Deprecated)
This release is deprecated. Do not use this version.