Skip to content

Commit

Permalink
Merge pull request #68 from liaohuqiu/master
Browse files Browse the repository at this point in the history
down minSDK to 8, fix #57
  • Loading branch information
pyricau committed May 12, 2015
2 parents c8f9e19 + dbc4590 commit d16aa4d
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 d16aa4d

Please sign in to comment.