Skip to content

Commit

Permalink
最低版本兼容到 API level 11
Browse files Browse the repository at this point in the history
  • Loading branch information
chihane committed May 14, 2016
1 parent ec35fe9 commit c04a115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "chihane.jdaddressselector.demo"
minSdkVersion 15
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"
Expand All @@ -21,7 +21,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile project(':library')
}
6 changes: 2 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 15
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName "1.0.0"
}
buildTypes {
release {
Expand All @@ -22,8 +22,6 @@ android {
def dbflow_version = "3.0.0-beta6"

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.google.code.gson:gson:2.4'
compile 'com.github.chihane:AndroidUtils:1.0.10'
Expand Down

0 comments on commit c04a115

Please sign in to comment.