-
Notifications
You must be signed in to change notification settings - Fork 46
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
I am facing gradle build issue #47
Comments
Hi https://github.com/Atif-09 If you are using the AndroidX then add in your gradle implementation 'androidx.multidex:multidex:2.0.1' else implementation 'com.androidx.multidex:multidex:2.0.1' |
Hi https://github.com/AshvinVavaliya |
Hello Atif-09 |
I am also facing this issue. Newer gradle versions(8.0.0) can not download com.android.support:multidex:2.0.1 from goole repository. please migrate this project to androidx and make compatible to higher gradle versions. |
The text was updated successfully, but these errors were encountered: