File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed
Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1+ Version 1.4.3 * (2015-12-28)*
2+ ----------------------------
3+
4+ Restoring previously used ` LayerType ` when using ` withLayer() ` option.
5+
16Version 1.4.2 * (2015-12-18)*
27----------------------------
38
4- * A temp method (` waitForAnimationStart() ` ) mistakenly included in the 1.3.0 release has been removed
9+ A temp method (` waitForAnimationStart() ` ) mistakenly included in the 1.3.0 release has been removed
510
6- Version 1.4.1 * (2015-12-18)*
11+ Version 1.4.1 * (2015-12-18)*
712----------------------------
813
914 * Added missing exception when there's no Percent Support Library in the project and user is trying to animate percent parameters
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ You can grab the library via Maven Central. Just add a proper dependency inside
4242
4343``` xml
4444dependencies {
45- compile 'com.bartoszlipinski:viewpropertyobjectanimator:1.4.2 '
45+ compile 'com.bartoszlipinski:viewpropertyobjectanimator:1.4.3 '
4646}
4747```
4848
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.4.2
2- VERSION_CODE =8
1+ VERSION_NAME =1.4.3
2+ VERSION_CODE =9
33GROUP =com.bartoszlipinski
44
55POM_DESCRIPTION =Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 14
99 targetSdkVersion 23
10- versionCode 8
11- versionName " 1.4.2 "
10+ versionCode 9
11+ versionName " 1.4.3 "
1212 }
1313 buildTypes {
1414 release {
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.bartoszlipinski.viewpropertyobjectanimator.sample"
99 minSdkVersion 14
1010 targetSdkVersion 23
11- versionCode 8
12- versionName " 1.4.2 "
11+ versionCode 9
12+ versionName " 1.4.3 "
1313 }
1414 buildTypes {
1515 release {
You can’t perform that action at this time.
0 commit comments