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

Failed to resolve: com.github.SanojPunchihewa:InAppUpdater:1.0.5 in Android Studio Artic Fox #100

Open
mjjabarullah opened this issue Aug 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@mjjabarullah
Copy link

Failed to resolve the dependency when we using gradle plugin 7.0.0. i am using android studio artic fox. by default there is no allProjects closure in root level gradle file.

@mjjabarullah mjjabarullah added the bug Something isn't working label Aug 5, 2021
@mjjabarullah
Copy link
Author

mjjabarullah commented Aug 5, 2021

I have found the issue. the above mentioned closure is moved to setting.gradle file. there we can add
maven{ url "https://jitpack.io" }
Everything works like a charm.

@mjjabarullah mjjabarullah changed the title Failed to resolve: com.github.SanojPunchihewa:InAppUpdater:1.0.5 Show in Project Structure dialog Affected Modules: app Failed to resolve: com.github.SanojPunchihewa:InAppUpdater:1.0.5 in Android Studio Artic Fox Aug 5, 2021
@mjjabarullah mjjabarullah reopened this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant