-
Notifications
You must be signed in to change notification settings - Fork 88
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
Dependency Issues #32
Comments
It might be enough to ignore the awt package in the ProGuard config. |
I agree that it would be nice to remove the reference to awt. That reference is in the grumpy dependency. I'll have a look at removing it in a week or two (once back from holidays). |
Experiencing the same problem. Please reconsider fixing this. |
Having a look now |
…d Position.longitudeDiff static methods into geo codebase #32
I've removed dependency on grumpy-core. Release with fix #37 is on Maven Central now, version 0.7.7. |
Looks like there is a dependency reference on java.awt in the library.
Although this isn't an Android library, it might be handy to clean up this kind of reference.
Package not included in Android ../../../../../.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-math3/3.2/ec2544ab27e110d2d431bdad7d538ed509b21e62/commons-math3-3.2.jar: Invalid package reference in library; not included in Android: java.awt.geom. Referenced from org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet.RotationTransform. ../../../../../.gradle/caches/modules-2/files-2.1/com.github.davidmoten/grumpy-core/0.2.2/48b4cff02a62a3a9ea876dd2486225aefd225706/grumpy-core-0.2.2.jar: Invalid package reference in library; not included in Android: java.awt. Referenced from com.github.davidmoten.grumpy.core.Position.
The text was updated successfully, but these errors were encountered: