Skip to content

Commit

Permalink
chore: bump amplify-android dep to 1.36.4 (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
haverchuck committed Jul 26, 2022
1 parent 19870f8 commit 467fa25
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter_android/android/build.gradle
Expand Up @@ -72,7 +72,7 @@ android {
dependencies {
api amplifyCore

implementation 'com.amplifyframework:core:1.36.3'
implementation 'com.amplifyframework:core:1.36.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'

testImplementation 'junit:junit:4.13.2'
Expand All @@ -81,6 +81,6 @@ dependencies {
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'com.amplifyframework:aws-auth-cognito:1.36.3'
testImplementation 'com.amplifyframework:aws-auth-cognito:1.36.4'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9'
}
2 changes: 1 addition & 1 deletion packages/amplify_core/android/build.gradle
Expand Up @@ -69,7 +69,7 @@ android {
}

dependencies {
implementation 'com.amplifyframework:core:1.36.3'
implementation 'com.amplifyframework:core:1.36.4'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/android/build.gradle
Expand Up @@ -69,8 +69,8 @@ android {
}

dependencies {
implementation "com.amplifyframework:aws-datastore:1.36.3"
implementation "com.amplifyframework:aws-api-appsync:1.36.3"
implementation "com.amplifyframework:aws-datastore:1.36.4"
implementation "com.amplifyframework:aws-api-appsync:1.36.4"

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.10.0'
Expand Down
Expand Up @@ -72,8 +72,8 @@ android {
dependencies {
api amplifyCore

implementation 'com.amplifyframework:aws-analytics-pinpoint:1.36.3'
implementation 'com.amplifyframework:aws-auth-cognito:1.36.3'
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.36.4'
implementation 'com.amplifyframework:aws-auth-cognito:1.36.4'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.10.0'
Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api_android/android/build.gradle
Expand Up @@ -72,8 +72,8 @@ android {
dependencies {
api amplifyCore

implementation "com.amplifyframework:aws-api:1.36.3"
implementation "com.amplifyframework:aws-api-appsync:1.36.3"
implementation "com.amplifyframework:aws-api:1.36.4"
implementation "com.amplifyframework:aws-api-appsync:1.36.4"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'

testImplementation 'junit:junit:4.13.2'
Expand Down
Expand Up @@ -74,7 +74,7 @@ android {
dependencies {
api amplifyCore

implementation 'com.amplifyframework:aws-auth-cognito:1.36.3'
implementation 'com.amplifyframework:aws-auth-cognito:1.36.4'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.10.0'
Expand Down
Expand Up @@ -62,5 +62,5 @@ android {
dependencies {
api amplifyCore

implementation 'com.amplifyframework:aws-storage-s3:1.36.3'
implementation 'com.amplifyframework:aws-storage-s3:1.36.4'
}

0 comments on commit 467fa25

Please sign in to comment.