java - JakeWharton ViewPagerIndicator update android support v4 -
i'm using jakewharton library viewpager in project. wanna add notificationcompact project , notification blow api 16 need updated android-support-v4 add notificationcompact().builder().build();
but jakewharton work android-support-v4 , updated 3 years ago ...
how add new android-support-v4 project/lib direction , wanna call him in specify class don't know how can use in specify class...
any idea or library can me.
viewpagerindicator still compatible latest versions of support-v4. use circle , underline indicators in of projects.
i copied code needed directly project believe can use gradle dependency:
dependencies { compile 'com.viewpagerindicator:library:2.4.1' }
Comments
Post a Comment