Skip to content

Commit 7e855a8

Browse files
committed
fix crash in pre-Lollipop
1 parent d778a73 commit 7e855a8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can also find iOS version of this [here](https://github.com/ninjaprox/NVActi
2424
Add dependencies in build.gradle.
2525
```groovy
2626
dependencies {
27-
compile 'com.wang.avi:library:2.0.1'
27+
compile 'com.wang.avi:library:2.0.2'
2828
compile 'com.nineoldandroids:library:2.4.0'
2929
}
3030
```

apk/app-debug.apk

-14 Bytes
Binary file not shown.

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 11
1010
targetSdkVersion 23
11-
versionCode 21
12-
versionName "2.0.1"
11+
versionCode 22
12+
versionName "2.0.2"
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 11
99
targetSdkVersion 23
10-
versionCode 21
11-
versionName "2.0.1"
10+
versionCode 22
11+
versionName "2.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 = '2.0.1'
29+
PUBLISH_VERSION = '2.0.2'
3030
PUBLISH_DES = 'Nice loading animations for Android'
3131
LIB_NAME = 'AVLoadingIndicatorView'
3232

0 commit comments

Comments
 (0)