Skip to content

Commit

Permalink
升级版本1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Aug 16, 2018
1 parent 21897dd commit c89c0f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 115 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ dependencies {
implementation 'com.jakewharton:butterknife:8.7.0'
implementation 'com.github.duanhong169:logger:1.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
implementation 'com.github.duanhong169:picker-view:0.3.1'
// implementation project(':picker-view')
// implementation 'com.github.duanhong169:picker-view:1.0.0'
implementation project(':picker-view')
}
61 changes: 0 additions & 61 deletions picker-view/bintrayv1.gradle

This file was deleted.

16 changes: 5 additions & 11 deletions picker-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,16 @@ ext {
bintrayName = 'picker-view'

publishedGroupId = 'com.github.duanhong169'
libraryName = 'PickerView'
artifact = 'picker-view'

libraryName = 'PickerView'
libraryDescription = 'A view for picking data on Android'
libraryVersion = '1.0.0'

siteUrl = 'https://github.com/duanhong169/PickerView'
gitUrl = 'https://github.com/duanhong169/PickerView.git'
siteUrl = 'https://github.com/duanhong169/PickerView'

libraryVersion = '0.3.1'

developerId = 'duanhong169'
developerName = 'Hong Duan'
developerEmail = 'duanhong169@gmail.com'

licenseName = 'The MIT License, Version 2.0'
licenseName = 'Apache License 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}
Expand Down Expand Up @@ -51,5 +46,4 @@ dependencies {
implementation 'com.github.duanhong169:logger:1.0.0'
}

apply from: 'installv1.gradle'
apply from: 'bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/duanhong169/bintray-gradle/master/bintray.gradle'
41 changes: 0 additions & 41 deletions picker-view/installv1.gradle

This file was deleted.

0 comments on commit c89c0f4

Please sign in to comment.