Commit da87b757 by zhengnw@sobot.com

widget 和 widget_x 2.0.0

parent 4ef7148d
...@@ -21,7 +21,7 @@ dependencies { ...@@ -21,7 +21,7 @@ dependencies {
compileOnly 'androidx.appcompat:appcompat:1.1.0' compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'androidx.recyclerview:recyclerview:1.0.0' compileOnly 'androidx.recyclerview:recyclerview:1.0.0'
compileOnly 'com.google.android.material:material:1.4.0' compileOnly 'com.google.android.material:material:1.4.0'
// api 'com.sobot.library:widget_x:1.3.2' // api 'com.sobot.library:widget:2.0.0'
// api 'com.sobot.library:sobotcommon_x:2.2.2' // api 'com.sobot.library:sobotcommon_x:2.2.2'
implementation project(':sobot_common') implementation project(':sobot_common')
implementation project(':sobot_widget') implementation project(':sobot_widget')
......
...@@ -11,8 +11,9 @@ task androidSourcesJar(type: Jar) { ...@@ -11,8 +11,9 @@ task androidSourcesJar(type: Jar) {
ext { ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名 PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'widget_x' //项目名 // PUBLISH_ARTIFACT_ID = 'widget' //项目名 widget:带有livedata(app用)
PUBLISH_VERSION = '2.0.0' //版本号 PUBLISH_ARTIFACT_ID = 'widget_x' //项目名 widget_x 去掉livedata(sdk用)
PUBLISH_VERSION = '2.0.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