Skip to content

Commit

Permalink
down minSDK to 8, fix square#57
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed May 12, 2015
1 parent 2b146ca commit 88b434c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {

ext {
androidPlugin = 'com.android.tools.build:gradle:1.2.0'
minSdkVersion = 9
minSdkVersion = 8
compileSdkVersion = 21
targetSdkVersion = compileSdkVersion
buildToolsVersion = '21.1.2'
Expand All @@ -41,4 +41,4 @@ ext {

POM_DEVELOPER_ID="square"
POM_DEVELOPER_NAME="Square, Inc."
}
}

0 comments on commit 88b434c

Please sign in to comment.