Commit b56f7c7c by zhengnw@sobot.com

net 1.2.0 去掉写的权限

parent e30032aa
...@@ -34,12 +34,12 @@ dependencies { ...@@ -34,12 +34,12 @@ dependencies {
api 'com.sobot.library:utils:1.1.1' api 'com.sobot.library:utils:1.1.1'
api 'com.sobot.library:picture:1.1.4' api 'com.sobot.library:picture:1.1.4'
api 'com.sobot.library:net:1.1.9' api 'com.sobot.library:net:1.2.0'
api 'com.sobot.library:gson:1.1.1' api 'com.sobot.library:gson:1.1.1'
// api 'com.sobot.library:utils:1.1.1' // api 'com.sobot.library:utils:1.1.1'
// api 'com.sobot.library:picture_x:1.1.4' // api 'com.sobot.library:picture_x:1.1.4'
// api 'com.sobot.library:net:1.1.9' // api 'com.sobot.library:net:1.2.0'
// api 'com.sobot.library:gson:1.1.1' // api 'com.sobot.library:gson:1.1.1'
} }
......
...@@ -13,7 +13,7 @@ ext { ...@@ -13,7 +13,7 @@ ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名 PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名 PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名
// PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名 // PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.3.1' //版本号 PUBLISH_VERSION = '1.3.2' //版本号
} }
......
...@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) { ...@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext { ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名 PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'net' //项目名 PUBLISH_ARTIFACT_ID = 'net' //项目名
PUBLISH_VERSION = '1.1.9' //版本号 PUBLISH_VERSION = '1.2.0' //版本号
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment