File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You can also find iOS version of this [here](https://github.com/ninjaprox/NVActi
20
20
Add dependencies in build.gradle.
21
21
``` groovy
22
22
dependencies {
23
- compile 'com.wang.avi:library:1.0.3 '
23
+ compile 'com.wang.avi:library:1.0.4 '
24
24
compile 'com.nineoldandroids:library:2.4.0'
25
25
}
26
26
```
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 9
9
9
targetSdkVersion 23
10
- versionCode 4
11
- versionName " 1.0.3 "
10
+ versionCode 5
11
+ versionName " 1.0.4 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -26,7 +26,7 @@ dependencies {
26
26
27
27
ext {
28
28
PUBLISH_GROUP_ID = ' com.wang.avi'
29
- PUBLISH_VERSION = ' 1.0.3 '
29
+ PUBLISH_VERSION = ' 1.0.4 '
30
30
PUBLISH_DES = ' Nice loading animations for Android'
31
31
LIB_NAME = ' AVLoadingIndicatorView'
32
32
You can’t perform that action at this time.
0 commit comments