Skip to content
Browse files

Just kidding, works on API level 11.

  • Loading branch information...
1 parent 72c9570 commit a9a58c1845e740ff43aea62afa236acff4481ef4 @roughike committed
Showing with 2 additions and 2 deletions.
  1. +1 −1 app/build.gradle
  2. +1 −1 bottom-bar/build.gradle
View
2 app/build.gradle
@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.example.bottombar.sample"
- minSdkVersion 14
+ minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"
View
2 bottom-bar/build.gradle
@@ -29,7 +29,7 @@ android {
buildToolsVersion "23.0.2"
defaultConfig {
- minSdkVersion 8
+ minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName "1.0"

0 comments on commit a9a58c1

Please sign in to comment.
Something went wrong with that request. Please try again.