Skip to content

Commit

Permalink
chore: try updating kotlin serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Dec 27, 2023
1 parent c759f57 commit 1c24861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ 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.14.7'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"
implementation project(path: ':flutter_plugin_android_lifecycle')
implementation 'androidx.test:core-ktx:1.5.0'

Expand Down

0 comments on commit 1c24861

Please sign in to comment.