|
@@ -7,13 +7,13 @@ def siteUrl = 'http://www.yanyis.space/yanyi/bindviewlib' // 项目主页。
|
|
def gitUrl = 'http://www.yanyis.space/yanyi/bindviewlib.git' // Git仓库的url。
|
|
def gitUrl = 'http://www.yanyis.space/yanyi/bindviewlib.git' // Git仓库的url。
|
|
|
|
|
|
group = "com.yanyi.benyanyi"// 唯一包名,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的com.ansen.http就是这里配置的。
|
|
group = "com.yanyi.benyanyi"// 唯一包名,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的com.ansen.http就是这里配置的。
|
|
-version = "1.0.2"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。
|
|
|
|
|
|
+version = "1.0.3"//项目引用的版本号,比如compile 'com.ansen.http:okhttpencapsulation:1.0.1'中的1.0.1就是这里配置的。
|
|
install {
|
|
install {
|
|
repositories.mavenInstaller {
|
|
repositories.mavenInstaller {
|
|
// This generates POM.xml with proper parameters
|
|
// This generates POM.xml with proper parameters
|
|
pom {
|
|
pom {
|
|
project {
|
|
project {
|
|
- packaging 'aar'
|
|
|
|
|
|
+ packaging 'jar'
|
|
// Add your description here
|
|
// Add your description here
|
|
name 'android 注解'
|
|
name 'android 注解'
|
|
url siteUrl
|
|
url siteUrl
|