Skip to content

Commit

Permalink
Merge pull request #20 from SumeraMartin/develop
Browse files Browse the repository at this point in the history
Develop to master 1.1.1
  • Loading branch information
SumeraMartin authored Mar 26, 2018
2 parents 2288305 + 4b68d08 commit 69217d0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.1] - 21.03.2018

### Changed

- Bump RxJava version to 2.1.12

## [1.1.0] - 21.03.2018

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ RxDebug.setLoggingEnabled(false) // Logging is enabled by default

## Download
```groovy
implementation 'com.sumera.rxdebug:rxdebug:1.1.0'
implementation 'com.sumera.rxdebug:rxdebug:1.1.1'
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
'support': '27.1.0',
'robolectric': '3.7.1',
'junit': '4.12',
'rxjava': '2.1.10',
'rxjava': '2.1.12',
'rxschedulerrule': '1.0.2'
]

Expand Down
6 changes: 3 additions & 3 deletions rxdebug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ext {
siteUrl = 'https://github.com/SumeraMartin/RxDebug'
gitUrl = 'https://github.com/SumeraMartin/RxDebug.git'

libraryVersion = '1.1.0'
libraryVersionCode = 4
libraryVersion = '1.1.1'
libraryVersionCode = 5

developerId = 'sumeramartin'
developerName = 'Martin Sumera'
Expand Down Expand Up @@ -62,4 +62,4 @@ repositories {
mavenCentral()
}

apply from: '../gradle/bintray.gradle'
apply from: '../gradle/bintray.gradle'

0 comments on commit 69217d0

Please sign in to comment.