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

Latest compiled jar #296

Closed
shakmak opened this issue Apr 5, 2015 · 2 comments
Closed

Latest compiled jar #296

shakmak opened this issue Apr 5, 2015 · 2 comments

Comments

@shakmak
Copy link

shakmak commented Apr 5, 2015

Where can i find nightly compiled jar file. I was facing some issues during deletion.
I am doing deletion from background threads.

I copied whole library code in my project but that is leading to 64K methods limit being crossed.

@whoshuu
Copy link
Collaborator

whoshuu commented Apr 6, 2015

You can try to compile the jar yourself using the gradle command:

./gradlew libraryJar

This will put a sugar-1.3.1.jar into library/build/libs. Let me know if there are any other issues.

@whoshuu
Copy link
Collaborator

whoshuu commented Apr 7, 2015

References #175.

@whoshuu whoshuu closed this as completed in 31dd0f3 Apr 7, 2015
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

2 participants