Commit 96034f07185dc00c89ab87d2a96202a4f7bbc955

Authored by YangShuai
1 parent 7e3b912a

1 修改编译版本

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "1.0.9",
  24 + version: "1.0.10",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
moudle_pedometer/build.gradle
... ... @@ -3,8 +3,8 @@ apply plugin: 'com.android.library'
3 3 apply plugin: 'org.greenrobot.greendao'
4 4 apply from: './maven_push.gradle'
5 5 android {
6   - compileSdkVersion 29
7   - buildToolsVersion "28.0.3"
  6 + compileSdkVersion rootProject.ext.compileSdkVersion
  7 + buildToolsVersion rootProject.ext.buildToolsVersion
8 8  
9 9 useLibrary 'org.apache.http.legacy'
10 10 defaultConfig {
... ...