Skip to content

Commit

Permalink
downgrade amplify-android to 1.33.0 (#1591)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Noyes <dnnoyes@amazon.com>
  • Loading branch information
haverchuck and Dustin Noyes authored May 13, 2022
1 parent f6d8b8c commit 080685a
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
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ android {
dependencies {
api amplifyCore

implementation 'com.amplifyframework:core:1.35.3'
implementation 'com.amplifyframework:core:1.33.0'
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.35.3'
testImplementation 'com.amplifyframework:aws-auth-cognito:1.33.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9'
}
2 changes: 1 addition & 1 deletion packages/amplify_core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}

dependencies {
implementation 'com.amplifyframework:core:1.35.3'
implementation 'com.amplifyframework:core:1.33.0'
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ android {
}

dependencies {
implementation "com.amplifyframework:aws-datastore:1.35.3"
implementation "com.amplifyframework:aws-api-appsync:1.35.3"
implementation "com.amplifyframework:aws-datastore:1.33.0"
implementation "com.amplifyframework:aws-api-appsync:1.33.0"

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

implementation 'com.amplifyframework:aws-analytics-pinpoint:1.35.3'
implementation 'com.amplifyframework:aws-auth-cognito:1.35.3'
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.33.0'
implementation 'com.amplifyframework:aws-auth-cognito:1.33.0'

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
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ android {
dependencies {
api amplifyCore

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

testImplementation 'junit:junit:4.13.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {
dependencies {
api amplifyCore

implementation 'com.amplifyframework:aws-auth-cognito:1.35.3'
implementation 'com.amplifyframework:aws-auth-cognito:1.33.0'

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

implementation 'com.amplifyframework:aws-storage-s3:1.35.3'
implementation 'com.amplifyframework:aws-storage-s3:1.33.0'
}

0 comments on commit 080685a

Please sign in to comment.