Upgrade gradle and lib versions. #2
Conversation
|
@orian according to Travis your changes make build to fail. Could you review changes? |
|
I believe it's not possible to merge at this point. The Travis available version of libraries is older than the updated one. Can we make the PR wait for some time? I think someone may want to use it. |
|
Please squash commits and do a force push. I see that your changes in travis are OK so we need to launch new travis job to check the result. |
…r common.annotations.Beta'. Update versions in travis config.
e6cc4e8 to
188805f
Compare
|
I've squashed commits. Sorry it took so long. |
| targetSdkVersion 23 | ||
| versionCode 1 | ||
| versionName "1.0" | ||
| multiDexEnabled true |
There was a problem hiding this comment.
However crazy it sounds: debug mode + new version of dagger and appcompat was causing the app to miserably crash on Nexus 5 ;-) Googling revealed that the problem is 64k ;-)
I guess it should be possible to enable multidex in debug and disable in prod?
The app didn't built. I've upgraded to a new version of libraries and tools, it forced me to enable multiDex. Then I've encountered the 'duplicate entry for common.annotations.Beta' error. I've fixed it by modifying the build.gradle file.