Skip to content

Commit 0ec8fa3

Browse files
authored
Update README.md for v3.4.0 (#413)
1 parent 8a83219 commit 0ec8fa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Step by step documentation can be found here: https://aws-amplify.github.io/docs
2727
In the project's `build.gradle`, add a dependency to the `dependencies` inside the `buildscript` block:
2828

2929
```groovy
30-
classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.1.3'
30+
classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.4.0'
3131
```
3232

3333
Also, add the maven plugins repository to your `repositories`.
@@ -77,7 +77,7 @@ buildscript {
7777
7878
dependencies {
7979
classpath 'com.android.tools.build:gradle:3.5.3'
80-
classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.1.3'
80+
classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.4.0'
8181
}
8282
}
8383
@@ -105,7 +105,7 @@ apply plugin: 'com.amazonaws.appsync'
105105
Add the following dependency:
106106

107107
```groovy
108-
implementation 'com.amazonaws:aws-android-sdk-appsync:3.1.1'
108+
implementation 'com.amazonaws:aws-android-sdk-appsync:3.4.0'
109109
```
110110

111111
**Sample app's `build.gradle`**
@@ -120,7 +120,7 @@ android {
120120
121121
dependencies {
122122
// Typical dependencies
123-
implementation 'com.amazonaws:aws-android-sdk-appsync:3.1.1'
123+
implementation 'com.amazonaws:aws-android-sdk-appsync:3.4.0'
124124
}
125125
```
126126

0 commit comments

Comments
 (0)