Skip to content

Commit

Permalink
downgraded min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Kwiecień committed Jun 8, 2015
1 parent ec71f5f commit 6eda8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {
buildToolsVersion "22.0.0"

defaultConfig {
minSdkVersion 15
minSdkVersion 11
targetSdkVersion 22
versionCode 6
versionName "1.0.6"
versionCode 7
versionName "1.0.7"
}
buildTypes {
release {
Expand Down

0 comments on commit 6eda8e2

Please sign in to comment.