Commit 314742d3 by app_dev@sobot.com

sobot common 1.0

parent d425081c
...@@ -18,10 +18,10 @@ dependencies { ...@@ -18,10 +18,10 @@ dependencies {
// api project(':sobot_pictureframe') // api project(':sobot_pictureframe')
// api project(':sobot_network') // api project(':sobot_network')
// api project(':sobot_gson') // api project(':sobot_gson')
api 'com.sobot.library:utils:1.0.4' api 'com.sobot.library:utils:1.1'
api 'com.sobot.library:picture:1.0.1' api 'com.sobot.library:picture:1.1'
api 'com.sobot.library:net:1.0.3' api 'com.sobot.library:net:1.1'
api 'com.sobot.library:gson:0.1' api 'com.sobot.library:gson:1.1'
} }
......
...@@ -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 = 'sobotcommon' //项目名 PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名
PUBLISH_VERSION = '0.6' //版本号 PUBLISH_VERSION = '1.0' //版本号
} }
......
...@@ -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 = 'gson' //项目名 PUBLISH_ARTIFACT_ID = 'gson' //项目名
PUBLISH_VERSION = '1.0' //版本号 PUBLISH_VERSION = '1.1' //版本号
} }
......
...@@ -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.0.3' //版本号 PUBLISH_VERSION = '1.1' //版本号
} }
......
...@@ -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 = 'picture' //项目名 PUBLISH_ARTIFACT_ID = 'picture' //项目名
PUBLISH_VERSION = '1.0.1' //版本号 PUBLISH_VERSION = '1.1' //版本号
} }
......
...@@ -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 = 'utils' //项目名 PUBLISH_ARTIFACT_ID = 'utils' //项目名
PUBLISH_VERSION = '1.0.4' //版本号 PUBLISH_VERSION = '1.1' //版本号
} }
......
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