Skip to content

Commit

Permalink
TargetSdkVersion is now 14. Fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
castorflex committed Jan 9, 2014
1 parent bb591d4 commit d513614
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##0.3.2

- targetSdkVersion is now 14. We just need holo style.

##0.3.1

- Added a `applyStyle(int styleResId)` method
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The lib is now on Maven Central. All you have to do is add it on your gradle bui

```xml
dependencies {
compile 'com.github.castorflex.smoothprogressbar:library:0.3.1'
compile 'com.github.castorflex.smoothprogressbar:library:0.3.X'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.3.1
VERSION_CODE=8
VERSION_NAME=0.3.2
VERSION_CODE=9
GROUP=com.github.castorflex.smoothprogressbar

#storeFile=nice try
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {

defaultConfig {
minSdkVersion 7
targetSdkVersion 19
targetSdkVersion 14
versionName project.VERSION_NAME
versionCode Integer.parseInt(project.VERSION_CODE)
}
Expand Down

0 comments on commit d513614

Please sign in to comment.