Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertApikyan authored Aug 30, 2018
1 parent 28fe38f commit 53754cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![N|Solid](https://github.com/RobertApikyan/LifecycleMvp/blob/develop/intro/LifecycleCover.png?raw=true)

### MinSDK 14+
[![](https://jitpack.io/v/RobertApikyan/LifecycleMvp.svg)](https://jitpack.io/#RobertApikyan/LifecycleMvp)

## LifecycleMvp

Expand Down Expand Up @@ -154,7 +155,7 @@ allprojects {
#### Add dependency to app module level build.gradle
```groovy
dependencies {
implementation 'com.github.RobertApikyan:AbstractMvp:1.0.1'
implementation 'com.github.RobertApikyan:LifecycleMvp:1.0.0'
}
```
### Maven
Expand All @@ -170,8 +171,8 @@ dependencies {
```xml
<dependency>
<groupId>com.github.RobertApikyan</groupId>
<artifactId>AbstractMvp</artifactId>
<version>1.0.1</version>
<artifactId>LifecycleMvp</artifactId>
<version>1.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 53754cc

Please sign in to comment.