Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Add uploadArchive task #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add uploadArchive task #5

wants to merge 1 commit into from

Conversation

fkmhrk
Copy link

@fkmhrk fkmhrk commented Dec 23, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant