Skip to content

Commit

Permalink
Merge branch 'release/1.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Lipinski committed Apr 4, 2016
2 parents c8b78c1 + 6fb2435 commit 281656d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.4.5 *(2016-04-04)*
----------------------------

Fixed accidental API 19 usage

Version 1.4.4 *(2015-12-29)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can grab the library via Maven Central. Just add a proper dependency inside

```xml
dependencies {
compile 'com.bartoszlipinski:viewpropertyobjectanimator:1.4.4'
compile 'com.bartoszlipinski:viewpropertyobjectanimator:1.4.5'
}
```

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=1.4.4
VERSION_CODE=10
VERSION_NAME=1.4.5
VERSION_CODE=11
GROUP=com.bartoszlipinski

POM_DESCRIPTION=Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 10
versionName "1.4.4"
versionCode 11
versionName "1.4.5"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.bartoszlipinski.viewpropertyobjectanimator.sample"
minSdkVersion 14
targetSdkVersion 23
versionCode 10
versionName "1.4.4"
versionCode 11
versionName "1.4.5"
}
buildTypes {
release {
Expand Down

0 comments on commit 281656d

Please sign in to comment.