Skip to content

Commit 71731c6

Browse files
committed
修改版本号
1 parent 2f4d2a5 commit 71731c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ publish {
2222
userOrg = 'getactivity'//填写bintray用户名,注意大小写
2323
groupId = 'com.hjq'//定义的maven group id最终引用形式
2424
artifactId = 'http'//maven的artifact id
25-
version = '3.'//maven 上发布版本号
25+
version = '3.2'//maven 上发布版本号
2626
description = 'Easy-to-use network request framework'//描述,自己定义
2727
website = "https://github.com/getActivity/EasyHttp"//项目在github中的地址
2828
}

0 commit comments

Comments
 (0)