Skip to content

Commit d826c9a

Browse files
committed
Upgrade version to 1.0.2
1 parent fda4d26 commit d826c9a

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

FloatingViewLib/bintrayUpload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
44
def siteUrl = 'https://github.com/UFreedom/FloatingView'
55
def gitUrl = '[email protected]:UFreedom/FloatingView.git'
66
group = "com.ufreedom.uikit"
7-
version = "1.0.1"
7+
version = "1.0.2"
88

99

1010
install {

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add dependencies in build.gradle.
4141

4242
```groovy
4343
dependencies {
44-
compile 'com.ufreedom.uikit:FloatingViewLib:1.0.1'
44+
compile 'com.ufreedom.uikit:FloatingViewLib:1.0.2'
4545
}
4646
4747
```
@@ -200,6 +200,22 @@ Use Path to describe the path you want to float, and then in `applyFloating (Yum
200200

201201
`getFloatingPosition(float progress)`method will return a `PathPosition` object, its properties x an y representing the current path animation x coordinates and Y coordinates.
202202

203+
204+
205+
Release Log
206+
-----------
207+
208+
209+
#### v1.0.2
210+
[Fix bug](https://github.com/UFreedom/FloatingView/pull/6)
211+
212+
213+
#### v1.0.1
214+
First Version
215+
216+
217+
218+
203219
License
204220
--------
205221

README_CN.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Usage
3838

3939
```groovy
4040
dependencies {
41-
compile 'com.ufreedom.uikit:FloatingViewLib:1.0.1'
41+
compile 'com.ufreedom.uikit:FloatingViewLib:1.0.2'
4242
}
4343
4444
```
@@ -199,6 +199,19 @@ Usage
199199
`getFloatingPosition(float progress)` 方法会返回一个 `PathPosition` 对象,其属性 x,y 分别代表当前路径动画的 x 坐标,和 y 坐标.
200200

201201

202+
Release Log
203+
-----------
204+
205+
206+
#### v1.0.2
207+
[修复 bug](https://github.com/UFreedom/FloatingView/pull/6)
208+
209+
210+
#### v1.0.1
211+
初始版本
212+
213+
214+
202215
License
203216
--------
204217

0 commit comments

Comments
 (0)