Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Remove FloatMath for API 23+ #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MajeurAndroid
Copy link

FloatMath was depreciated, and now removed in API 23

FloatMath was depreciated, and now removed in API 23
@pulimento
Copy link

Please, somebody to accept this pull request! Thanks

@black-snow
Copy link

+1, please accept + release

@jrejaud
Copy link

jrejaud commented Dec 28, 2015

If it helps ya, I made a fork of ViewPagerIndicator which is compiled via Gradle (thus you can use JitPack) and uses Math instead of FloatMath, so it works with API 23.

It solved my problem, let me know if it works for you too :)

https://github.com/jrejaud/ViewPagerIndicator2

@danikula
Copy link

I published here my solution. It is original Jake's repo with one more additional commit with this fix.
Usage:

repositories {
    maven { url 'https://dl.bintray.com/alexeydanilov/maven' }
}
dependencies {
    compile 'com.viewpagerindicator:viewpagerindicator:2.4.3'
}

@stackprogramer
Copy link

my problem is solved+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants