[go: nahoru, domu]

Skip to content

Commit

Permalink
Update the README with bintray infos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Sep 6, 2016
1 parent 65eff6d commit 0c54828
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# WordPress-Utils-Android

Part of the [WordPress-Android] project.
Collection of utility methods for Android and WordPress.

[WordPress-Android]: https://github.com/wordpress-mobile/WordPress-Android
## Use the library

* In your build.gradle:
```groovy
dependencies {
// use the latest 1.x version
compile 'org.wordpress:utils:1.+'
}
```

## Publish it to bintray

```shell
$ ./gradlew assemble publishToMavenLocal bintrayUpload -PbintrayUser=FIXME -PbintrayKey=FIXME -PdryRun=false
```

## Apps that use this library
- [WordPress for Android][1]

## License
Dual licensed under MIT, and GPL.

[1]: https://github.com/wordpress-mobile/WordPress-Android

0 comments on commit 0c54828

Please sign in to comment.