-
Notifications
You must be signed in to change notification settings - Fork 206
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
208 update rxjava to rxjava2, also target sdk and build tools for latest stable Android Studio #223
base: master
Are you sure you want to change the base?
208 update rxjava to rxjava2, also target sdk and build tools for latest stable Android Studio #223
Conversation
…t, also gradle plugin for Stable AS, build tools version and build target
04ab355
to
46b0749
Compare
rxJava : '1.1.8', | ||
rxJavaProguardRules : '1.1.8.0', | ||
rxLint : '1.0', | ||
rxJava : '2.1.5', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't just update RxJava 1 to 2, it requires code changes :)
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This alone does not update gradle/wrapper/gradle-wrapper.jar
and gradlew
files
You'll need to run Gradle, ie ./gradlew --version
buildTools : '23.0.3', | ||
targetSdk : 25, | ||
compileSdk : 25, | ||
buildTools : '25.0.3', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires update of .travis.yml
Lemme update could CI related stuff, so such changes could be easier to merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we update already from 23 to 25 let's do 27 because why not 🤷♂️
Removed : rxJavaProguardRules as per comment on that repo that it's not required for RxJava 2