We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 have update my android version to 31. after updated I got the below error.
Could not find com.mindorks.android:prdownloader:0.6.0. Required by: project :app
The text was updated successfully, but these errors were encountered:
go to settings.gradle and add this
pluginManagement { repositories { gradlePluginPortal() google() flatDir { dirs 'libs' } jcenter() maven { url "https://jitpack.io" } mavenCentral() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() jcenter() flatDir { dirs 'libs' } maven { url "https://jitpack.io" } mavenCentral() } } rootProject.name = "My Applicationcvx" include ':app'
Sorry, something went wrong.
No branches or pull requests
I have update my android version to 31.
after updated I got the below error.
Could not find com.mindorks.android:prdownloader:0.6.0.
Required by:
project :app
The text was updated successfully, but these errors were encountered: