All Projects → zendesk → android-autoprovider

zendesk / android-autoprovider

Licence: Apache-2.0 License
Utility for creating ContentProviders without boilerplate and with heavy customization options.

Programming Languages

java
68154 projects - #9 most used programming language

AutoProvider

Utility for creating ContentProviders without boilerplate and with heavy customization options.

Features

Usage

Just add repository and the dependency to your build.gradle:

dependencies {
    compile 'com.getbase.android.autoprovider:library:0.2.0'
}

Publishing new version

  1. Update VERSION_NAME in gradle.properties file
  2. Merge PR to master
  3. Create new GitHub release with tag name v followed by version - e.g. v0.15.0
  4. GitHub Actions will automatically build and publish new package in Maven repository

Copyright and license

Copyright 2014 Zendesk

Licensed under the Apache License, Version 2.0

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].