Skip to content

Commit

Permalink
取消注释maven作者信息
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDevLifeLog committed Jan 8, 2020
1 parent cfb9302 commit daac5c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 28
Expand Down Expand Up @@ -35,11 +35,11 @@ dependencies {
testImplementation 'junit:junit:4.13'
}

//publish {
// userOrg = 'wuhenzhizao'
// groupId = 'com.wuhenzhizao'
// artifactId = 'titlebar'
// publishVersion = '1.1.4'
// desc = '通用,功能全面的自定义标题栏,支持沉浸式标题栏,颜色渐变,miui9'
// website = 'https://github.com/wuhenzhizao/android-titlebar'
//}
publish {
userOrg = 'wuhenzhizao'
groupId = 'com.wuhenzhizao'
artifactId = 'titlebar'
publishVersion = '1.1.4'
desc = '通用,功能全面的自定义标题栏,支持沉浸式标题栏,颜色渐变,miui9'
website = 'https://github.com/wuhenzhizao/android-titlebar'
}

0 comments on commit daac5c3

Please sign in to comment.