Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FloatMath library unavailable in API 23 and later #765

Open
punishermalade opened this issue Mar 2, 2017 · 1 comment
Open

FloatMath library unavailable in API 23 and later #765

punishermalade opened this issue Mar 2, 2017 · 1 comment

Comments

@punishermalade
Copy link

punishermalade commented Mar 2, 2017

We did upgrade all our Android application and libraries to use Java 8 and API v25. The CustomViewAbove class uses a deprecated library FloatMath since API v23.

The Android documentation suggest to use the library Math instead of FloatMath. We did correct this is our codebase. Along with the Gradle file to compile with Java 8 and use the latest API.

With that changes, the CustomViewAbove cannot be compiled. I suggest to use the Math library instead of the FloatMath library to support latest Android tools.

The exact line is CustomViewAbove line 303

@GogHox
Copy link

GogHox commented Apr 22, 2018

Yes, you need change to using Math.

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

No branches or pull requests

2 participants