Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-e…
Browse files Browse the repository at this point in the history
…xtensions/index.mdx
  • Loading branch information
lawmicha authored Sep 4, 2024
1 parent 43233dd commit 29de8ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Add Amplify AppSync Extensions dependency to your app/build.gradle.kts file:
```kotlin title="app/build.gradle.kts"
dependencies {
// highlight-start
implementation("com.amplifyframework:amplify-appsync-apollo:1.0.0")
implementation("com.amplifyframework:apollo-appsync-amplify:1.0.0")
// highlight-end
}
```
Expand Down

0 comments on commit 29de8ee

Please sign in to comment.