aboutsummaryrefslogtreecommitdiff
path: root/libs/utils/README.md
blob: e18da3d9265a08bfb651695ddf2e62730db90af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# WordPress-Utils-Android

Collection of utility methods for Android and WordPress.

## 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