-
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
Missing AndroidX support? #201
Comments
@ReneFerrari Can you please explain addition of BTW, the soln worked for me, thanks!!!!!!!!!!!!11 |
Is someone able to comment on an update to this, please? This is the last library in our project needing the jetifier. As highlighted by
I hope the output is useful. Thanks. |
A PR to migrate to AndroidX was merged and waiting for the next release. |
A PR to migrate to AndroidX was released as part of version 3.2.1. |
State your question
I have created a new project with AndroidX and Jetifier enabled and only added the AWSAppSync dependency. When I built the App I had been facing the following error:
More detailed:
Provide code snippets (if applicable)
My current solution is the following:
gradle.properties
build.gradle (app)
(All I did was add dependencies for AppSync and exclude Meta/Inf so the build won't fail)
build.gradle (project)
Environment(please complete the following information):
My question is is there a better way to integrate AWSAppSync when using AndroidX? My current solution feels very hacky.
The text was updated successfully, but these errors were encountered: