Skip to content

Commit fdd8b40

Browse files
committed
update version 1.0.2
1 parent 4a5aae6 commit fdd8b40

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.1'
23+
compile 'com.wang.avi:library:1.0.2'
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 22
10-
versionCode 2
11-
versionName "1.0.1"
10+
versionCode 3
11+
versionName "1.0.2"
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.1'
29+
PUBLISH_VERSION = '1.0.2'
3030
PUBLISH_DES = 'Nice loading animations for Android'
3131
LIB_NAME = 'AVLoadingIndicatorView'
3232

0 commit comments

Comments
 (0)