hackware1993 / MagicIndicator

A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndicator、TabLayout、PagerSlidingTabStrip的最佳替代品。支持角标,更支持在非ViewPager场景下使用(使用hide()、show()切换Fragment或使用setVisibility切换FrameLayout里的View等),http://www.jianshu.com/p/f3022211821c
9.68k stars 1.54k forks source link

无法通过gradle引入该库(Unable to resolve dependency for.......1.7.0) #257

Closed wangchunfei closed 3 years ago

wangchunfei commented 3 years ago

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.hackware1993:MagicIndicator:1.7.0.

wangchunfei commented 3 years ago

已解决 maven { url "https://www.jitpack.io" }

doulemint commented 2 years ago

有没有其他解决办法,In my case, this solution is not working