Skip to content
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

it doesnot support androidX #7

Open
iShivamBhanvadia opened this issue Mar 27, 2020 · 1 comment
Open

it doesnot support androidX #7

iShivamBhanvadia opened this issue Mar 27, 2020 · 1 comment

Comments

@iShivamBhanvadia
Copy link

No description provided.

@aatmanvaidya
Copy link

aatmanvaidya commented Jun 23, 2022

I was also facing the same problem, it probably must be because of some missing imports in Gradle settings.

  1. In gradle.properties add android.enableJetifier=true
  2. In settings.gradle
  • Under pluginManagement in repositories add jcenter()
  • Under dependencyResolutionManagement add jcenter() and maven { url 'https://jitpack.io' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants