Skip to content

Commit ff0ef67

Browse files
committed
Fix bug: the animator is not started when the AVLoadingIndicatorView added to a layout the second time.
1 parent 120c558 commit ff0ef67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can also find iOS version of this [here](https://github.com/ninjaprox/NVActi
2020
Add dependencies in build.gradle.
2121
```groovy
2222
dependencies {
23-
compile 'com.wang.avi:library:1.0.3'
23+
compile 'com.wang.avi:library:1.0.4'
2424
compile 'com.nineoldandroids:library:2.4.0'
2525
}
2626
```

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 23
10-
versionCode 4
11-
versionName "1.0.3"
10+
versionCode 5
11+
versionName "1.0.4"
1212
}
1313
buildTypes {
1414
release {
@@ -26,7 +26,7 @@ dependencies {
2626

2727
ext {
2828
PUBLISH_GROUP_ID = 'com.wang.avi'
29-
PUBLISH_VERSION = '1.0.3'
29+
PUBLISH_VERSION = '1.0.4'
3030
PUBLISH_DES = 'Nice loading animations for Android'
3131
LIB_NAME = 'AVLoadingIndicatorView'
3232

0 commit comments

Comments
 (0)