tree: dfb719e27864d318ea9a8a1f8429ab23e1e9e90e [path history] [tgz]
  1. gradle/
  2. WordPressUtils/
  3. .gitignore
  4. build.gradle
  5. gradlew
  6. gradlew.bat
  7. README.md
  8. settings.gradle
libs/utils/README.md

WordPress-Utils-Android

Collection of utility methods for Android and WordPress.

Use the library

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

Publish it to bintray

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

Apps that use this library

License

Dual licensed under MIT, and GPL.