Skip to content

Commit 97344d7

Browse files
committed
修复一个最低SDK的问题...
1 parent 467b9b5 commit 97344d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "24.0.1"
66
defaultConfig {
77
applicationId "com.h3c.shengshiqu.demo"
8-
minSdkVersion 16
8+
minSdkVersion 15
99
targetSdkVersion 24
1010
versionCode 1
1111
versionName "1.0"

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "24.0.1"
66

77
defaultConfig {
8-
minSdkVersion 16
8+
minSdkVersion 15
99
targetSdkVersion 24
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)