We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e6cef commit 43233ddCopy full SHA for 43233dd
src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx
@@ -53,7 +53,7 @@ Add AWS AppSync Apollo Extensions dependency to your app/build.gradle.kts file:
53
```kotlin title="app/build.gradle.kts"
54
dependencies {
55
// highlight-start
56
- implementation("com.amplifyframework:aws-appsync-apollo-extensions-android:1.0.0")
+ implementation("com.amplifyframework:apollo-appsync:1.0.0")
57
// highlight-end
58
}
59
```
0 commit comments