File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
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:2.1.0 '
23
+ compile 'com.wang.avi:library:2.1.1 '
24
24
}
25
25
```
26
26
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 14
10
10
targetSdkVersion 23
11
- versionCode 30
12
- versionName " 2.1.0 "
11
+ versionCode 31
12
+ versionName " 2.1.1 "
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 14
9
9
targetSdkVersion 23
10
- versionCode 30
11
- versionName " 2.1.0 "
10
+ versionCode 31
11
+ versionName " 2.1.1 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -24,7 +24,7 @@ dependencies {
24
24
25
25
ext {
26
26
PUBLISH_GROUP_ID = ' com.wang.avi'
27
- PUBLISH_VERSION = ' 2.1.0 '
27
+ PUBLISH_VERSION = ' 2.1.1 '
28
28
PUBLISH_DES = ' Nice loading animations for Android'
29
29
LIB_NAME = ' AVLoadingIndicatorView'
30
30
You can’t perform that action at this time.
0 commit comments