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
- Update
VERSION_NAME
ingradle.properties
file - Merge PR to master
- Create new GitHub release with tag name
v
followed by version - e.g.v0.15.0
- 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