update build tools, fabric, and okhttp#789
Conversation
| apt 'com.jakewharton:butterknife-compiler:8.4.0' | ||
| apt 'org.projectlombok:lombok:1.16.10' | ||
| onlineCompile 'com.squareup.okhttp3:okhttp:3.4.1' | ||
| onlineCompile 'com.squareup.okio:okio:1.10.0' |
There was a problem hiding this comment.
okio is a transitive dependency of okhttp so specifying it here doesn't achieve much
189482e to
3321ccc
Compare
3321ccc to
e877ca6
Compare
|
in this PR travis use build tools 26.0.2 but then in PR #790 it is changed to 26.0.1, it also happens in buildToolsVersion that in one PR is updated but then it goes back to 25.0.0 please fix these changes |
|
@MARTINI1 Not sure what you mean. This PR updates the android build tools to They are independent, atomic changes. Neither PR is resetting something done in the other. What needs fixing? |
|
you're right, I was confused when I looked at the lines of build-tools and platform-tools... now only remains @nahojjjen merge this PR, #790 and the #792 sorry for the confusion |
|
Looks good 👍 |
No description provided.