Skip to content

Commit

Permalink
Fix minSdkVersion for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 committed Jul 7, 2014
1 parent e4ae7e0 commit b398c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
buildToolsVersion "19.1"

defaultConfig {
minSdkVersion 9
minSdkVersion 16
targetSdkVersion 19
}
buildTypes {
Expand Down

0 comments on commit b398c59

Please sign in to comment.