Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Mielczarek committed Jul 19, 2017
1 parent d54f5cb commit 80585a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 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.2.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1:1.2.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.2.1'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service-processor:1.2.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service:1.2.2'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-1-service-processor:1.2.2'
}
```
Expand Down Expand Up @@ -267,7 +267,7 @@ Add the dependency
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.2.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2:1.2.2'
}
```
Expand All @@ -281,8 +281,8 @@ Add to the dependencies
```groovy
dependencies {
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.2.1'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service-processor:1.2.1'
compile 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service:1.2.2'
annotationProcessor 'com.github.AleksanderMielczarek.ObservableCache:observable-cache-2-service-processor:1.2.2'
}
```
Expand All @@ -294,6 +294,10 @@ dependencies {
## Changelog
### 1.2.2 (2017-07-19)
- make values from cache constructors public
### 1.2.1 (2017-07-18)
- add static factory methods to values from cache
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 = 2
versionFix = 1
versionFix = 2

minSdkVersionVersion = 16
sdkVersion = 26
Expand Down

0 comments on commit 80585a2

Please sign in to comment.