wordpress-mobile / WordPress-Utils-Android

Common utilities used by WordPress-Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress-Utils-Android

Collection of utility methods for Android and WordPress.

Use the library in your project

  • In your build.gradle:
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: <PR-number>-<commit full SHA1>
  • Each time a PR is merged to trunk: trunk-<commit full SHA1>
  • Each time a new tag is created: {tag-name}

Apps and libraries using WordPress-Utils-Android:

License

Dual licensed under MIT, and GPL.

About

Common utilities used by WordPress-Android.


Languages

Language:Java 94.1%Language:Kotlin 5.9%