Skip to content

Commit

Permalink
Updated bintray parameters for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jan 14, 2018
1 parent 3d98087 commit 0fc11a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions slidetoact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionCode 2
versionName "0.2.0"
vectorDrawables.useSupportLibrary = true
}
Expand Down Expand Up @@ -54,7 +54,8 @@ install {
pom {
project {
packaging 'aar'
name 'com.ncorti:slidetoact'
group 'com.ncorti'
name 'slidetoact'
description = 'A simple \'Slide to Unlock\' Material widget for Android, written in Kotlin'
url siteUrl
licenses {
Expand Down Expand Up @@ -102,8 +103,8 @@ bintray {

configurations = ['archives']
pkg {
repo = "maven"
name = "com.ncorti:slidetoact"
repo = 'maven'
name = 'slidetoact'
websiteUrl = siteUrl
vcsUrl = gitUrl
licenses = ["MIT"]
Expand Down

0 comments on commit 0fc11a1

Please sign in to comment.