Commit 5c65790b44bfe9d580c42fe0af250b5232919fdb
1 parent
2106a3ad
1 修改最低支持系统版本
Showing
3 changed files
with
6 additions
and
6 deletions
app/build.gradle
| ... | ... | @@ -9,10 +9,10 @@ android { |
| 9 | 9 | compileSdkVersion 28 |
| 10 | 10 | defaultConfig { |
| 11 | 11 | applicationId "com.cnlive.strike" |
| 12 | - minSdkVersion 18 | |
| 13 | - targetSdkVersion 27 | |
| 14 | - versionCode 1 | |
| 15 | - versionName "1.0" | |
| 12 | + minSdkVersion rootProject.ext.minSdkVersion | |
| 13 | + targetSdkVersion rootProject.ext.targetSdkVersion | |
| 14 | + versionCode rootProject.ext.versionCode | |
| 15 | + versionName rootProject.ext.versionName | |
| 16 | 16 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| 17 | 17 | multiDexEnabled true |
| 18 | 18 | javaCompileOptions { | ... | ... |
build.gradle