Update sugar for multi-dex#327
Merged
sibelius merged 5 commits intochennaione:masterfrom Oct 27, 2015
Merged
Conversation
In order to get all classes from all dexes when we enable multi-dex,we need some updates.
miss some imports
Contributor
Author
|
I added some missed imports |
Contributor
|
@tracytheron could you fix the conflicts please? |
fix conflicts
Contributor
Author
|
@sibeliusseraphini fixed |
Contributor
|
How can I get this fix? I like SugarORM but this MultiDex issue drives me nuts. |
Contributor
|
You can get the master version and use it as a module in your project |
Contributor
|
Could you give me a .jar? Something is not working for me... |
Contributor
|
I've uploaded a .jar from master here: https://www.dropbox.com/s/9z85lrud4lgiv6e/sugar-0.7.1.201405082137.jar?dl=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I use sugar-ORM in my project, when I enable multi-dex, not all the tables will be created. So I did some research on it and this pull request might be a solution. I tested it in my project and it works well.