Skip to content

Commit

Permalink
Bump version and update RxJava
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Apr 27, 2018
1 parent 636b540 commit 86245a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
// App
appVersionMajor = 1
appVersionMinor = 4
appVersionPatch = 1
appVersionPatch = 2

minSdkVersion = 16
targetSdkVersion = 27
Expand Down Expand Up @@ -36,7 +36,7 @@ ext {
proxerLibVersion = '4dbaff6033'

// RxJava
rxJavaVersion = '2.1.12'
rxJavaVersion = '2.1.13'
rxKotlinVersion = '2.2.0'
rxAndroidVersion = '2.0.2'
rxBindingVersion = '2.1.1'
Expand Down

0 comments on commit 86245a1

Please sign in to comment.