|
@@ -7,7 +7,7 @@ def siteUrl = 'https://github.com/BenYanYi/OkHttp' // 项目主页。
|
|
|
def gitUrl = 'https://github.com/BenYanYi/OkHttp.git' // Git仓库的url。
|
|
|
|
|
|
group = "com.yanyi.benyanyi"// 唯一包名,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的com.ansen.http就是这里配置的。
|
|
|
-version = "1.0.7-1"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。
|
|
|
+version = "1.0.8"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。
|
|
|
install {
|
|
|
repositories.mavenInstaller {
|
|
|
// This generates POM.xml with proper parameters
|