Skip to content

Commit 15747c0

Browse files
committed
Update AndroidManifest.xml
1 parent a4bbfe5 commit 15747c0

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

0 commit comments

Comments
 (0)