From daac5c3142197ae9346a7e93efbd03929e6ef309 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 8 Jan 2020 16:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=B3=A8=E9=87=8Amaven?= =?UTF-8?q?=E4=BD=9C=E8=80=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index a5b706f..e06d876 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,5 +1,5 @@ apply plugin: 'com.android.library' -//apply plugin: 'com.novoda.bintray-release' +apply plugin: 'com.novoda.bintray-release' android { compileSdkVersion 28 @@ -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' -//} \ No newline at end of file +publish { + userOrg = 'wuhenzhizao' + groupId = 'com.wuhenzhizao' + artifactId = 'titlebar' + publishVersion = '1.1.4' + desc = '通用,功能全面的自定义标题栏,支持沉浸式标题栏,颜色渐变,miui9' + website = 'https://github.com/wuhenzhizao/android-titlebar' +} \ No newline at end of file