Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Mielczarek committed Mar 6, 2017
1 parent 3cf4b4a commit 2c90555
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 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.2'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1:1.2.0'
}
```

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.2'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-1-processor:1.1.2'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service:1.2.0'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-1-processor:1.2.0'
}
```
Expand Down Expand Up @@ -265,7 +265,7 @@ Add the dependency
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.1.2'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.2.0'
}
```
Expand All @@ -279,8 +279,8 @@ Add to the dependencies
```groovy
dependencies {
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'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.2.0'
apt 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-service-2-processor:1.2.0'
}
```
Expand All @@ -290,6 +290,10 @@ ProGuard is shipped with library.
## Changelog
### 1.2.0 (2017-03-06)
- simplify API
### 1.1.2 (2017-03-05)
- change ifPresent method to void
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
versionMajor = 1
versionMinor = 1
versionFix = 2
versionMinor = 2
versionFix = 0

minSdkVersionVersion = 16
sdkVersion = 25
Expand Down

0 comments on commit 2c90555

Please sign in to comment.