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.72k stars 1.55k forks source link

升级sdk版本为28,添加gitignore,解决jitpack编译失败 #164

Closed SherlockGougou closed 5 years ago

SherlockGougou commented 5 years ago

升级sdk版本为28,添加gitignore,解决jitpack编译失败

SherlockGougou commented 5 years ago

急用的可以自己拉下来编译aar,或者依赖我fork的版本: implementation 'com.github.SherlockGougou:MagicIndicator:1.6.0'

未修改任何代码,仅做了sdk升级。