You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: