Skip to content

Commit

Permalink
Release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderMielczarek committed Mar 5, 2017
1 parent 82e845a commit 34f554f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the dependency

```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1:1.1.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1:1.1.2'
}
```

Expand Down Expand Up @@ -137,8 +137,8 @@ Add to the dependencies
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service:1.1.1'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-1-processor:1.1.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service:1.1.2'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-1-processor:1.1.2'
}
```
Expand Down Expand Up @@ -265,7 +265,7 @@ Add the dependency
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.1.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.1.2'
}
```
Expand All @@ -279,8 +279,8 @@ Add to the dependencies
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.1.1'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-2-processor:1.1.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.1.2'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-2-processor:1.1.2'
}
```
Expand All @@ -290,6 +290,10 @@ ProGuard is shipped with library.
## Changelog
### 1.1.2 (2017-03-05)
- change ifPresent method to void
### 1.1.1 (2017-03-03)
- fix issue that does not remove Single and Maybe from cache
Expand All @@ -300,7 +304,7 @@ ProGuard is shipped with library.
- add RxJava 2.x support
- rename RxJava 1.x modules
### 1.1.1 (2016-11-06)
### 1.0.0 (2016-11-06)
- add generator for caching interface
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
versionMajor = 1
versionMinor = 1
versionFix = 1
versionFix = 2

minSdkVersionVersion = 16
sdkVersion = 25
Expand Down

0 comments on commit 34f554f

Please sign in to comment.