InAppUpdater icon indicating copy to clipboard operation
InAppUpdater copied to clipboard

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

Open mjjabarullah opened this issue 3 years ago • 1 comments

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 avatar Aug 05 '21 05:08 mjjabarullah

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 avatar Aug 05 '21 05:08 mjjabarullah