Skip to content

Commit

Permalink
Support library 24.2.0 requires minSdkVersion 9
Browse files Browse the repository at this point in the history
  • Loading branch information
intrications committed Aug 19, 2016
1 parent b939799 commit ac19d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -5,9 +5,9 @@ android {
buildToolsVersion "24.0.1"

defaultConfig {
versionCode 224
versionName "2.2.4"
minSdkVersion 8
versionCode 225
versionName "2.2.5"
minSdkVersion 9
targetSdkVersion 24
}
buildTypes {
Expand Down

0 comments on commit ac19d4f

Please sign in to comment.