Skip to content

Commit

Permalink
Add support to minSdkVersion 9
Browse files Browse the repository at this point in the history
  • Loading branch information
José Manuel Pereira García authored and José Manuel Pereira García committed May 11, 2015
1 parent ac90c54 commit a12183b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Expand Up @@ -6,10 +6,10 @@ android {
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 14
minSdkVersion 9
targetSdkVersion 21
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -30,7 +30,7 @@ publish {
userOrg = 'jmpergar'
groupId = 'com.jmpergar'
artifactId = 'AwesomeText'
version = '1.0.0'
version = '1.0.1'
description = 'AwesomeText'
website = 'https://github.com/JMPergar/AwesomeText'
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "com.jmpergar.sample"
minSdkVersion 14
minSdkVersion 9
targetSdkVersion 21
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit a12183b

Please sign in to comment.