-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS appsync doesn't build with agp version 8.0 #410
Comments
+1 Also receiving this error if attempting to use Android Gradle Plugin 8.0 |
Thanks for the report @sharadsmhaske, we will take a look. |
+1 Also receiving this error if attempting to use Android Gradle Plugin 8.0 |
A fix has been released in Appsync SDK 3.4.0. Please let us know if you have any additional questions. |
It worked, in agp version 8.1.0 and appsync-gradle-plugin:3.4.0, the docs, here says: classpath 'com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.2.1' implementation 'com.amazonaws:aws-android-sdk-appsync:3.3.1' I guess that they need to be updated. Thanks! |
Describe the bug
We are not able to upgrade the agp version in our app as app sync doesn't build with agp 8.0
To Reproduce
Steps to reproduce the behavior:
Update the version of app with agp 8.0.
Try building the app with app sync latest version.
We are getting below error :
A problem occurred configuring project ':app'.
Expected behavior
It should build the code. Please let us know workaround if available to support agp 8.0
The text was updated successfully, but these errors were encountered: