Skip to content

Commit

Permalink
add SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yaming116 committed Sep 4, 2017
1 parent f53d84c commit d46ca61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ allprojects {
}
}
`SNAPSHOT`
dependencies {
compile 'com.github.yaming116:UpdateApp:1.0.4-SNAPSHOT'
}
dependencies {
compile 'com.github.yaming116:UpdateApp:1.0.2'
}
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ allprojects {
dependencies {
compile 'com.github.yaming116:UpdateApp:1.0.3'
}
`SNAPSHOT`
dependencies {
compile 'com.github.yaming116:UpdateApp:1.0.4-SNAPSHOT'
}
```

License
Expand Down

0 comments on commit d46ca61

Please sign in to comment.