File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
notifications/push/amplify_push_notifications/android Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ dependencies {
72
72
// Support for Java 8 features
73
73
coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.3'
74
74
75
- implementation ' com.amplifyframework:aws-auth-cognito:2.11.2 '
76
- implementation " com.amplifyframework:aws-api:2.11.2 "
77
- implementation " com.amplifyframework:aws-datastore:2.11.2 "
78
- implementation " com.amplifyframework:aws-api-appsync:2.11.2 "
75
+ implementation ' com.amplifyframework:aws-auth-cognito:2.12.0 '
76
+ implementation " com.amplifyframework:aws-api:2.12.0 "
77
+ implementation " com.amplifyframework:aws-datastore:2.12.0 "
78
+ implementation " com.amplifyframework:aws-api-appsync:2.12.0 "
79
79
implementation ' com.google.code.gson:gson:2.10.1'
80
80
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
81
81
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'package:amplify_flutter/amplify_flutter.dart';
11
11
12
12
const ENABLE_CLOUD_SYNC =
13
13
bool .fromEnvironment ('ENABLE_CLOUD_SYNC' , defaultValue: false );
14
- const DATASTORE_READY_EVENT_TIMEOUT = const Duration (minutes: 2 );
14
+ const DATASTORE_READY_EVENT_TIMEOUT = const Duration (minutes: 10 );
15
15
const DELAY_TO_START_DATASTORE = const Duration (milliseconds: 500 );
16
16
const DELAY_TO_CLEAR_DATASTORE = const Duration (seconds: 2 );
17
17
const DELAY_FOR_OBSERVE = const Duration (milliseconds: 100 );
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
65
65
dependencies {
66
66
api " com.google.firebase:firebase-messaging:23.2.0"
67
67
// Import support library for Amplify push utils
68
- implementation ' com.amplifyframework:aws-push-notifications-pinpoint-common:2.11.2 '
68
+ implementation ' com.amplifyframework:aws-push-notifications-pinpoint-common:2.12.0 '
69
69
implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
70
70
implementation project(path : ' :flutter_plugin_android_lifecycle' )
71
71
implementation ' androidx.test:core-ktx:1.5.0'
You can’t perform that action at this time.
0 commit comments