Skip to content

Commit

Permalink
chore: attempt to repro test fail by rolling back android bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Sheppard committed Jul 12, 2023
1 parent b0fc357 commit f6cc3fc
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -66,8 +66,8 @@ android {
dependencies {
api amplifyCore

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

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit f6cc3fc

Please sign in to comment.