Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jan 5, 2018
1 parent 24196af commit b6c80f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/deploy.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version '0.1.0'
version '0.1.2'
group 'com.github.takahirom.downloadable.calligraphy'
def isDryRun = false

Expand All @@ -21,7 +21,7 @@ artifacts {
publishing {
publications {
Production(MavenPublication) {
artifact("$buildDir/outputs/aar/calligraphy-release.aar")
artifact("$buildDir/outputs/aar/downloadable-calligraphy-release.aar")
groupId
artifactId 'downloadable-calligraphy'
version this.version
Expand Down

0 comments on commit b6c80f0

Please sign in to comment.