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,10 +9,10 @@ android { | ||
| 9 | compileSdkVersion 28 | 9 | compileSdkVersion 28 |
| 10 | defaultConfig { | 10 | defaultConfig { |
| 11 | applicationId "com.cnlive.strike" | 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 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 16 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| 17 | multiDexEnabled true | 17 | multiDexEnabled true |
| 18 | javaCompileOptions { | 18 | javaCompileOptions { |
build.gradle
| @@ -53,7 +53,7 @@ ext { | @@ -53,7 +53,7 @@ ext { | ||
| 53 | 53 | ||
| 54 | compileSdkVersion = 28 | 54 | compileSdkVersion = 28 |
| 55 | buildToolsVersion = "28.0.3" | 55 | buildToolsVersion = "28.0.3" |
| 56 | - minSdkVersion = 18 | 56 | + minSdkVersion = 16 |
| 57 | targetSdkVersion = 27 | 57 | targetSdkVersion = 27 |
| 58 | 58 | ||
| 59 | //support 相关 | 59 | //support 相关 |
config.gradle