Skip to content

Commit 0408d76

Browse files
committed
update gif
1 parent b843791 commit 0408d76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Demo2.gif

2.08 MB
Loading

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AVLoadingIndicatorView is a collection of nice loading animations for Android.
77
You can also find IOS version of this [here](https://github.com/ninjaprox/NVActivityIndicatorView).
88

99
## Demo
10-
![](https://github.com/81813780/AVLoadingIndicatorView/blob/master/Demo.gif)
10+
![](https://github.com/81813780/AVLoadingIndicatorView/blob/master/Demo2.gif)
1111

1212
## Usage
1313

library/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ext {
3030
PUBLISH_DES = 'Nice loading animations for Android'
3131
LIB_NAME = 'AVLoadingIndicatorView'
3232

33-
WEBSITE_URL = '库的网站链接' // 可以填写github上的库地址.
34-
ISSUE_TRACKER_URL = '库的issue链接' // 可以填写github库的issue地址.
35-
VSC_URL = '库的版本控制地址' // 可以填写github上库的地址.
33+
WEBSITE_URL = 'https://github.com/81813780/AVLoadingIndicatorView'
34+
ISSUE_TRACKER_URL = 'https://github.com/81813780/AVLoadingIndicatorView/issues'
35+
VSC_URL = 'https://github.com/81813780/AVLoadingIndicatorView'
3636
}
3737

3838
apply from: 'https://raw.githubusercontent.com/andforce/release-android-lib-to-jcenter/master/bintray.gradle'

0 commit comments

Comments
 (0)