Commit 96034f07185dc00c89ab87d2a96202a4f7bbc955
1 parent
7e3b912a
1 修改编译版本
Showing
2 changed files
with
3 additions
and
3 deletions
config.gradle
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 { | ... | ... |