Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apikyanrobert committed Oct 31, 2018
2 parents 054d1b3 + 4f9a3ca commit 96c8f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ allprojects {
#### Add dependency to app module level build.gradle
```groovy
dependencies {
implementation 'com.github.RobertApikyan:LifecycleMvp:1.0.3'
implementation 'com.github.RobertApikyan:LifecycleMvp:1.0.4'
}
```
### Maven
Expand All @@ -173,7 +173,7 @@ dependencies {
<dependency>
<groupId>com.github.RobertApikyan</groupId>
<artifactId>LifecycleMvp</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand Down

0 comments on commit 96c8f12

Please sign in to comment.