Skip to content

Commit 97e6cef

Browse files
committed
fix: add android install and amplify data example
1 parent b838517 commit 97e6cef

File tree

1 file changed

+0
-3
lines changed
  • src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions

1 file changed

+0
-3
lines changed

src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-extensions/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ func createApolloClient() throws -> ApolloClient {
216216

217217
<InlineFilter filters={["android"]}>
218218

219-
220219
Add Amplify AppSync Extensions dependency to your app/build.gradle.kts file:
221220

222221
```kotlin title="app/build.gradle.kts"
@@ -227,8 +226,6 @@ dependencies {
227226
}
228227
```
229228

230-
</InlineFilter>
231-
232229
```kotlin
233230
Code Sample
234231
```

0 commit comments

Comments
 (0)