File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You can also find iOS version of this [here](https://github.com/ninjaprox/NVActi
24
24
Add dependencies in build.gradle.
25
25
``` groovy
26
26
dependencies {
27
- compile 'com.wang.avi:library:2.0.1 '
27
+ compile 'com.wang.avi:library:2.0.2 '
28
28
compile 'com.nineoldandroids:library:2.4.0'
29
29
}
30
30
```
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.wang.avi.sample"
9
9
minSdkVersion 11
10
10
targetSdkVersion 23
11
- versionCode 21
12
- versionName " 2.0.1 "
11
+ versionCode 22
12
+ versionName " 2.0.2 "
13
13
}
14
14
buildTypes {
15
15
release {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 11
9
9
targetSdkVersion 23
10
- versionCode 21
11
- versionName " 2.0.1 "
10
+ versionCode 22
11
+ versionName " 2.0.2 "
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 = ' 2.0.1 '
29
+ PUBLISH_VERSION = ' 2.0.2 '
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