Skip to content

Commit

Permalink
chore(deps): Amplify Android 2.21.1 (#5376)
Browse files Browse the repository at this point in the history
* update amplify android to latest

* update amplify android to latest in notifications
  • Loading branch information
jamilsaadeh97 authored and Jordan-Nelson committed Aug 28, 2024
1 parent d50a70a commit 68f3ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/amplify_datastore/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ android {
}

dependencies {
implementation 'com.amplifyframework:aws-auth-cognito:2.19.1'
implementation "com.amplifyframework:aws-api:2.19.1"
implementation "com.amplifyframework:aws-datastore:2.19.1"
implementation "com.amplifyframework:aws-api-appsync:2.19.1"
implementation 'com.amplifyframework:aws-auth-cognito:2.21.1'
implementation "com.amplifyframework:aws-api:2.21.1"
implementation "com.amplifyframework:aws-datastore:2.21.1"
implementation "com.amplifyframework:aws-api-appsync:2.21.1"
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
dependencies {
api "com.google.firebase:firebase-messaging:23.2.0"
// Import support library for Amplify push utils
implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.19.1'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.21.1'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
implementation project(path: ':flutter_plugin_android_lifecycle')
implementation 'androidx.test:core-ktx:1.5.0'
Expand Down

0 comments on commit 68f3ae0

Please sign in to comment.