lightSky / InfiniteIndicator

This lib can be used for viewpager infinite loop with indicator easily.
486 stars 102 forks source link

I got into trouble. #19

Closed JackDinealKIM closed 8 years ago

JackDinealKIM commented 8 years ago

When I compile this below error shown

Error:Could not find any matches for com.nineoldandroids:library:2.4.+ as no versions of com.nineoldandroids:library are available. Required by: Finlandia:app:unspecified > cn.lightsky.infiniteindicator:library:1.0.3 Search in build.gradle files

When I figure out. there is a gradle dependency problem.

your one is like this. "compile 'com.nineoldandroids:library:2.4.+'

after error my one changed like this without +

"compile 'com.nineoldandroids:library:2.4.0'

It works fine. please check this issue. Thanks.

lightSky commented 8 years ago

Thanks for your feedback.I solved it ,and now 1.0.5 is available.But the really reason I still need to find.