Commit 302f48b0ee708ba4ea4925f642efad53f9ce82b8

Authored by YangShuai
1 parent 3890402a

1 统一管理slidinguppanel版本

build.gradle
@@ -108,4 +108,6 @@ ext { @@ -108,4 +108,6 @@ ext {
108 libMediaPicker = '1.5.1' 108 libMediaPicker = '1.5.1'
109 //loading动画 109 //loading动画
110 avi='2.1.3' 110 avi='2.1.3'
  111 + //滑动面板
  112 + slidinguppanel='3.4.0'
111 } 113 }
config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "1.0.17", 24 + version: "1.0.18",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/build.gradle
@@ -107,7 +107,7 @@ dependencies { @@ -107,7 +107,7 @@ dependencies {
107 implementation "com.jzxiang.pickerview:TimePickerDialog:$rootProject.TimePickerDialog" 107 implementation "com.jzxiang.pickerview:TimePickerDialog:$rootProject.TimePickerDialog"
108 implementation "com.squareup.okhttp3:okhttp:$rootProject.okhttp" 108 implementation "com.squareup.okhttp3:okhttp:$rootProject.okhttp"
109 109
110 - implementation 'com.sothree.slidinguppanel:library:3.4.0' 110 + implementation "com.sothree.slidinguppanel:library:$rootProject.slidinguppanel"
111 111
112 implementation project(':library_baidumap') 112 implementation project(':library_baidumap')
113 //加载动画 113 //加载动画