Skip to content

Commit

Permalink
[gradle] bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Apr 6, 2017
1 parent 7e7e9fe commit 103fcca
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'me.tatarka:gradle-retrolambda:3.3.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
Expand Down Expand Up @@ -41,14 +41,15 @@ ext {
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
supportVersion = '25.3.0'
supportVersion = '25.3.1'
mosbyVersion = '2.0.1'
rxJavaVersion = '2.0.8'
rxAndroidVersion = '2.0.1'
databindingVersion = '1.2.1'
databindingVersion = '1.3.1'
rxBindingVersion = '1.0.0'
butterKnifeVersion = '8.4.0'
butterKnifeVersion = '8.5.1'
retrofitVersion = '2.0.2'
retrofitRxVersion = '1.0.0'
okHttpVersion = '3.2.0'
glideVersion = '3.7.0'
robolectricVersion = '3.2-rc1'
Expand Down
6 changes: 3 additions & 3 deletions sample-independent-viper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dependencies {

compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile "com.github.akarnokd:rxjava2-interop:0.9.1"
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile "com.github.akarnokd:rxjava2-interop:0.9.5"
compile 'io.reactivex.rxjava2:rxjava:' + rootProject.ext.rxJavaVersion


Expand Down
2 changes: 1 addition & 1 deletion sample-recyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')
compile project(path: ':moviper-recyclerview')
Expand Down
2 changes: 1 addition & 1 deletion sample-rx-ai/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')
compile project(path: ':moviper-butterknife')
Expand Down
2 changes: 1 addition & 1 deletion sample-rx-rdp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')

Expand Down
2 changes: 1 addition & 1 deletion sample-rx-viewstate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:'+rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:'+rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:'+rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:'+rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')
compile project(path: ':moviper-viewstate')
Expand Down
2 changes: 1 addition & 1 deletion sample-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')

Expand Down
2 changes: 1 addition & 1 deletion sample-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:'+rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:'+rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:'+rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:'+rootProject.ext.okHttpVersion
compile project(path: ':moviper-service')
compile project(path: ':moviper-butterknife')
Expand Down
2 changes: 1 addition & 1 deletion sample-super-rx-ai-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')
androidTestCompile('com.android.support.test.espresso:espresso-core:' + rootProject.ext.espressoVersion, {
Expand Down
2 changes: 1 addition & 1 deletion sample-super-rx-ai/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')
compile project(path: ':moviper-butterknife')
Expand Down
2 changes: 1 addition & 1 deletion sample-super-rx-databinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-rx')
compile project(path: ':moviper-databinding')
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxandroid:' + rootProject.ext.rxAndroidVersion
compile 'com.squareup.retrofit2:retrofit:' + rootProject.ext.retrofitVersion
compile 'com.squareup.retrofit2:converter-gson:' + rootProject.ext.retrofitVersion
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:' + rootProject.ext.retrofitRxVersion
compile 'com.squareup.okhttp3:logging-interceptor:' + rootProject.ext.okHttpVersion
compile project(path: ':moviper-callbacks')

Expand Down

0 comments on commit 103fcca

Please sign in to comment.