Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zj565061763 committed May 28, 2018
1 parent f350522 commit 6c11bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
对ObjectAnimator和AnimatorSet进行封装

## Gradle
`implementation 'com.fanwe.android:animator:1.1.0-rc13'`
`implementation 'com.fanwe.android:animator:1.1.0'`

## 关于startAsPop(boolean clone)
为了解决view没办法超出父布局边界来执行动画的问题,提供了这个方法
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
versionCode 20180522
versionCode 20180528
versionName "1.1.0"
}
buildTypes {
Expand All @@ -29,7 +29,7 @@ publish {
groupId = 'com.fanwe.android'

artifactId = 'animator'
publishVersion = '1.1.0-rc13'
publishVersion = '1.1.0'
desc = 'android animator library'
website = 'https://github.com/zj565061763/animator'
}
Expand Down

0 comments on commit 6c11bc1

Please sign in to comment.