You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when I try to build my project I always ran into the following error which does appear for every list item:
error: S3ObjectInput is not abstract and does not override abstract method mimeType() in S3InputObjectInterface
To Reproduce
Steps to reproduce the behaviour:
Update appsync android dependency to 3.3.2.
Run clean Gradle build.
"S3ObjectInput" model is generated but is not abstract and does not override the methods declared in "S3InputObjectInterface" which it implements.
Expected behavior
S3ObjectInput should implement localUri() and mimeType() methods of "S3InputObjectInterface
Environment(please complete the following information):
AppSync SDK Version: 3.3.2
Logs
error: S3ObjectInput is not abstract and does not override abstract method mimeType() in S3InputObjectInterface
public final class S3ObjectInput implements S3InputObjectInterface {
The text was updated successfully, but these errors were encountered:
Describe the bug
when I try to build my project I always ran into the following error which does appear for every list item:
error: S3ObjectInput is not abstract and does not override abstract method mimeType() in S3InputObjectInterface
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
S3ObjectInput should implement localUri() and mimeType() methods of "S3InputObjectInterface
Environment(please complete the following information):
Logs
The text was updated successfully, but these errors were encountered: