File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Step by step documentation can be found here: https://aws-amplify.github.io/docs
2727In 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
3333Also, 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'
105105Add 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
121121dependencies {
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
You can’t perform that action at this time.
0 commit comments