yanyi пре 6 година
родитељ
комит
66927268f5
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      datelib/bintrayUpload.gradle

+ 2 - 2
datelib/bintrayUpload.gradle

@@ -3,8 +3,8 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 // 定义两个链接,下面会用到。
-def siteUrl = 'https://github.com/BenYanYi/Logger' // 项目主页。
-def gitUrl = 'https://github.com/BenYanYi/Logger.git' // Git仓库的url。
+def siteUrl = 'https://github.com/BenYanYi/DateSelect' // 项目主页。
+def gitUrl = 'https://github.com/BenYanYi/DateSelect.git' // Git仓库的url。
 
 group = "com.yanyi.benyanyi"// 唯一包名,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的com.ansen.http就是这里配置的。
 version = "1.0.0"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。