issue-reporter-android
issue-reporter-android copied to clipboard
Add uploadArchive task
App developer can upload this library as maven artifact to their local repository.
$ ./gradlew clean uploadArchive
After that, they can use this library by adding the following entries to build.gradle
repositories {
mavenLocal()
}
dependencies {
debugCompile 'com.cookpad:issue-reporter-android:1.0.2'
}