Skip to content

Commit

Permalink
1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zj565061763 committed Jan 11, 2018
1 parent 4b8b7cf commit fd15102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
versionCode 20180110
versionCode 20180111
versionName "1.0.17"
}
buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion lib/src/main/java/com/fanwe/lib/animator/FAnimatorSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.widget.ImageView;

import java.util.ArrayList;
import java.util.HashMap;
Expand Down Expand Up @@ -219,7 +220,7 @@ public void startAsPop()
{
return;
}
final HashMap<View, PopImageView> mapTargetPoper = new HashMap<>();
final HashMap<View, ImageView> mapTargetPoper = new HashMap<>();
for (Animator animator : listChild)
{
View target = (View) ((ObjectAnimator) animator).getTarget();
Expand Down

0 comments on commit fd15102

Please sign in to comment.