Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

YuraLaguta
Copy link

Removed : rxJavaProguardRules as per comment on that repo that it's not required for RxJava 2

…t, also gradle plugin for Stable AS, build tools version and build target
@YuraLaguta YuraLaguta force-pushed the 208-update-rxjava-to-rxjava2 branch from 04ab355 to 46b0749 Compare October 21, 2017 21:58
rxJava : '1.1.8',
rxJavaProguardRules : '1.1.8.0',
rxLint : '1.0',
rxJava : '2.1.5',

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

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',

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

@artem-zinnatullin
Copy link
Owner

Lemme update could CI related stuff, so such changes could be easier to merge

@dsrees dsrees mentioned this pull request Nov 3, 2017
Copy link
Contributor

@vanniktech vanniktech left a 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 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants