Skip to content

Commit 10049ae

Browse files
committed
Add smooth to display
1 parent ee2d517 commit 10049ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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:2.1.0'
23+
compile 'com.wang.avi:library:2.1.1'
2424
}
2525
```
2626

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.wang.avi.sample"
99
minSdkVersion 14
1010
targetSdkVersion 23
11-
versionCode 30
12-
versionName "2.1.0"
11+
versionCode 31
12+
versionName "2.1.1"
1313
}
1414
buildTypes {
1515
release {

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 14
99
targetSdkVersion 23
10-
versionCode 30
11-
versionName "2.1.0"
10+
versionCode 31
11+
versionName "2.1.1"
1212
}
1313
buildTypes {
1414
release {
@@ -24,7 +24,7 @@ dependencies {
2424

2525
ext {
2626
PUBLISH_GROUP_ID = 'com.wang.avi'
27-
PUBLISH_VERSION = '2.1.0'
27+
PUBLISH_VERSION = '2.1.1'
2828
PUBLISH_DES = 'Nice loading animations for Android'
2929
LIB_NAME = 'AVLoadingIndicatorView'
3030

0 commit comments

Comments
 (0)