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

Dependency Issues #32

Closed
bpappin opened this issue Jan 5, 2018 · 5 comments
Closed

Dependency Issues #32

bpappin opened this issue Jan 5, 2018 · 5 comments

Comments

@bpappin
Copy link

bpappin commented Jan 5, 2018

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.

@bpappin
Copy link
Author

bpappin commented Jan 5, 2018

It might be enough to ignore the awt package in the ProGuard config.

@davidmoten
Copy link
Owner

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).

@SebastianOltmanns
Copy link

Experiencing the same problem. Please reconsider fixing this.

@davidmoten
Copy link
Owner

Having a look now

davidmoten added a commit that referenced this issue Jan 23, 2020
…d Position.longitudeDiff static methods into geo codebase #32
@davidmoten
Copy link
Owner

I've removed dependency on grumpy-core. Release with fix #37 is on Maven Central now, version 0.7.7.

@bpappin bpappin closed this as completed Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants