All Projects → wordpress-mobile → Wordpress Utils Android

wordpress-mobile / Wordpress Utils Android

Common utilities used by WordPress-Android.

Programming Languages

java
68154 projects - #9 most used programming language

WordPress-Utils-Android

Collection of utility methods for Android and WordPress.

Use the library in your project

  • In your build.gradle:
dependencies {
    compile 'org.wordpress:utils:1.30.0' // use version 1.30.0
}

Publish an updated version to your local maven repository

You can bump the version name in the main build file: WordPressUtils/build.gradle. After updating the build file, you can build, and publish the library to your local maven repo. That will let you try the new version in your app for example.

$ ./gradlew assemble test publishToMavenLocal

Publish it to Bintray

When a new version is ready to be published to the remote repository, use the following command to publish it to Bintray:

$ ./gradlew clean build
$ ./gradlew bintrayUpload -PbintrayUser=FIXME -PbintrayKey=FIXME

Apps and libraries using WordPress-Utils-Android:

License

Dual licensed under MIT, and GPL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].