Commit 96034f07185dc00c89ab87d2a96202a4f7bbc955

Authored by YangShuai
1 parent 7e3b912a

1 修改编译版本

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.9", 24 + version: "1.0.10",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'com.android.library' @@ -3,8 +3,8 @@ apply plugin: 'com.android.library'
3 apply plugin: 'org.greenrobot.greendao' 3 apply plugin: 'org.greenrobot.greendao'
4 apply from: './maven_push.gradle' 4 apply from: './maven_push.gradle'
5 android { 5 android {
6 - compileSdkVersion 29  
7 - buildToolsVersion "28.0.3" 6 + compileSdkVersion rootProject.ext.compileSdkVersion
  7 + buildToolsVersion rootProject.ext.buildToolsVersion
8 8
9 useLibrary 'org.apache.http.legacy' 9 useLibrary 'org.apache.http.legacy'
10 defaultConfig { 10 defaultConfig {