Skip to content

Commit

Permalink
Merge pull request #6 from sasd97/dev
Browse files Browse the repository at this point in the history
Implemented 0.0.4 version changes (readme)
  • Loading branch information
Alexander Dadukin authored Sep 14, 2017
2 parents ef81510 + e404328 commit 81bcd62
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

### Gradle
```
compile 'com.github.sasd97:android-router:0.0.3'
compile 'com.github.sasd97:android-router:0.0.4'
```

### Maven
```
<dependency>
<groupId>com.github.sasd97</groupId>
<artifactId>android-router</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<type>pom</type>
</dependency>
```
Expand Down
Binary file added app/.DS_Store
Binary file not shown.
Binary file added app/src/.DS_Store
Binary file not shown.
Binary file added app/src/main/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion lib-router/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.github.sasd97'
PUBLISH_ARTIFACT_ID = 'android-router'
PUBLISH_VERSION = '0.0.3'
PUBLISH_VERSION = '0.0.4'
}

android {
Expand Down

0 comments on commit 81bcd62

Please sign in to comment.