-
Notifications
You must be signed in to change notification settings - Fork 583
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
Update sugar for multi-dex #327
Conversation
In order to get all classes from all dexes when we enable multi-dex,we need some updates.
miss some imports
I added some missed imports |
@tracytheron could you fix the conflicts please? |
fix conflicts
@sibeliusseraphini fixed |
How can I get this fix? I like SugarORM but this MultiDex issue drives me nuts. |
You can get the master version and use it as a module in your project |
Could you give me a .jar? Something is not working for me... |
I've uploaded a .jar from master here: https://www.dropbox.com/s/9z85lrud4lgiv6e/sugar-0.7.1.201405082137.jar?dl=0 |
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.