diff --git a/packages/notifications/push/amplify_push_notifications/android/build.gradle b/packages/notifications/push/amplify_push_notifications/android/build.gradle index 2cc8185d96..7e786a083f 100644 --- a/packages/notifications/push/amplify_push_notifications/android/build.gradle +++ b/packages/notifications/push/amplify_push_notifications/android/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.29.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" implementation project(path: ':flutter_plugin_android_lifecycle') - implementation 'androidx.test:core-ktx:1.6.1' + implementation 'androidx.test:core-ktx:1.7.0' testImplementation 'junit:junit:4.13.2' testImplementation 'io.mockk:mockk:1.14.4'