Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MartinRGB/Animer
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRGB committed Dec 11, 2019
2 parents c583144 + b7bae58 commit d329310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Web version —— [Animator List](http://www.martinrgb.com/Animator_List/#)
AE plugin(only scripts currently) —— [Animator_List_AE_OpenSource](https://github.com/MartinRGB/Animator_List_AE_OpenSource)

## Download
[ ![Download](https://api.bintray.com/packages/martinrgb/animer/animer/images/download.svg?version=0.1.5.3) ](https://bintray.com/martinrgb/animer/animer/0.1.5.3/link)
[ ![Download](https://api.bintray.com/packages/martinrgb/animer/animer/images/download.svg?version=0.1.5.5) ](https://bintray.com/martinrgb/animer/animer/0.1.5.5/link)


```
dependencies {
implementation 'com.martinrgb:animer:0.1.5.3'
implementation 'com.martinrgb:animer:0.1.5.5'
}
```

Expand Down Expand Up @@ -106,7 +106,7 @@ myView.setOnClickListener(view -> {

}
else{
animer.setEndvalue(1);
animer.setEndValue(1);
}
isScaled = !isScaled;
});
Expand Down

0 comments on commit d329310

Please sign in to comment.