issue-reporter-android icon indicating copy to clipboard operation
issue-reporter-android copied to clipboard

Add uploadArchive task

Open fkmhrk opened this issue 10 years ago • 0 comments

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'
}

fkmhrk avatar Dec 23 '14 04:12 fkmhrk