Skip to content

Instantly share code, notes, and snippets.

@bassaer
Last active May 9, 2017 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bassaer/8154726becebfd6bcd18d123cca3a170 to your computer and use it in GitHub Desktop.
Save bassaer/8154726becebfd6bcd18d123cca3a170 to your computer and use it in GitHub Desktop.
Androidライブラリのアップデート手順メモ ref: http://qiita.com/bassaer/items/81872fe14f2dba300e31

dependencies { compile 'com.github.bassaer:chatmessageview:1.2.2' }

uploadArchives {
repositories {
mavenDeployer {
repository url: "file://${repo.absolutePath}"
pom.version = '1.2.2'
pom.groupId = 'jp.bassaer.chatmessageview'
pom.artifactId = 'chatmessageview'
}
}
}
$ ./gradlew assembleRelease
$ ./gradlew assembleRelease
$ ./gradlew uploadArchives
$ ./gradlew build
$ ./gradlew bintrayUpload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment