https://github.com/wordpress-mobile/wordpress-utils-android
Common utilities used by WordPress-Android.
https://github.com/wordpress-mobile/wordpress-utils-android
Last synced: 11 months ago
JSON representation
Common utilities used by WordPress-Android.
- Host: GitHub
- URL: https://github.com/wordpress-mobile/wordpress-utils-android
- Owner: wordpress-mobile
- Created: 2014-06-30T16:23:47.000Z (over 11 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-30T04:07:34.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:11:34.826Z (11 months ago)
- Language: Java
- Size: 3.64 MB
- Stars: 33
- Watchers: 15
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress-Utils-Android
Collection of utility methods for Android and WordPress.
## Use the library in your project
* In your `build.gradle`:
```groovy
repositories {
maven { url "https://a8c-libs.s3.amazonaws.com/android" }
}
dependencies {
implementation 'org.wordpress:utils:2.0.0'
}
```
## Publishing a new version
In the following cases, the CI will publish a new version with the following format to our remote Maven repo:
* For each commit in an open PR: `-`
* Each time a PR is merged to `trunk`: `trunk-`
* Each time a new tag is created: `{tag-name}`
## Apps and libraries using WordPress-Utils-Android:
- [WordPress for Android][2]
- [FluxC][3]
- [Woo for Android][4]
## License
Dual licensed under MIT, and GPL.
[1]: https://github.com/wordpress-mobile/WordPress-Utils-Android/blob/a9fbe8e6597d44055ec2180dbf45aecbfc332a20/WordPressUtils/build.gradle#L37
[2]: https://github.com/wordpress-mobile/WordPress-Android
[3]: https://github.com/wordpress-mobile/WordPress-FluxC-Android
[4]: https://github.com/woocommerce/woocommerce-android