-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ ext.versions = [ | |
name : '1.0', | ||
|
||
minSdk : 16, | ||
targetSdk : 23, | ||
compileSdk : 23, | ||
buildTools : '23.0.3', | ||
targetSdk : 25, | ||
compileSdk : 25, | ||
buildTools : '25.0.3', | ||
|
||
androidGradlePlugin : '2.2.1', | ||
androidGradlePlugin : '2.3.3', | ||
retrolambdaGradlePlugin : '3.2.5', | ||
lombokGradlePlugin : '0.2.3.a2', | ||
paperworkGradlePlugin : '1.2.7', | ||
|
@@ -21,9 +21,8 @@ ext.versions = [ | |
|
||
dagger : '2.6', | ||
|
||
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 commentThe 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 :) |
||
rxLint : '1.6', | ||
supportLibs : '23.1.1', | ||
okHttp : '3.2.0', | ||
retrofit : '2.0.0-beta4', | ||
|
@@ -68,8 +67,7 @@ ext.libraries = [ | |
dagger : "com.google.dagger:dagger:$versions.dagger", | ||
daggerCompiler : "com.google.dagger:dagger-compiler:$versions.dagger", | ||
|
||
rxJava : "io.reactivex:rxjava:$versions.rxJava", | ||
rxJavaProguardRules : "com.artemzin.rxjava:proguard-rules:$versions.rxJavaProguardRules", | ||
rxJava : "io.reactivex.rxjava2:rxjava:$versions.rxJava", | ||
rxLint : "nl.littlerobots.rxlint:rxlint:$versions.rxLint", | ||
|
||
okHttp : "com.squareup.okhttp3:okhttp:$versions.okHttp", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Oct 13 19:11:10 CEST 2016 | ||
#Sat Oct 21 14:56:39 AEDT 2017 | ||
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 commentThe reason will be displayed to describe this comment to others. Learn more. This alone does not update You'll need to run Gradle, ie |
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