File tree 4 files changed +5
-8
lines changed
src/main/java/com/wang/avi
4 files changed +5
-8
lines changed 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 31
12
- versionName " 2.1.1 "
11
+ versionCode 32
12
+ versionName " 2.1.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 14
9
9
targetSdkVersion 23
10
- versionCode 31
11
- versionName " 2.1.1 "
10
+ versionCode 32
11
+ versionName " 2.1.2 "
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.1 '
27
+ PUBLISH_VERSION = ' 2.1.2 '
28
28
PUBLISH_DES = ' Nice loading animations for Android'
29
29
LIB_NAME = ' AVLoadingIndicatorView'
30
30
Original file line number Diff line number Diff line change 1
1
package com .wang .avi ;
2
2
3
3
import android .annotation .TargetApi ;
4
- import android .app .ProgressDialog ;
5
4
import android .content .Context ;
6
5
import android .content .res .TypedArray ;
7
6
import android .graphics .Canvas ;
15
14
import android .util .Log ;
16
15
import android .view .View ;
17
16
import android .view .animation .AnimationUtils ;
18
- import android .widget .ProgressBar ;
19
17
20
18
import com .wang .avi .indicators .BallPulseIndicator ;
21
19
Original file line number Diff line number Diff line change 10
10
import android .graphics .drawable .Animatable ;
11
11
import android .graphics .drawable .Drawable ;
12
12
13
-
14
13
import java .util .ArrayList ;
15
14
import java .util .HashMap ;
16
15
You can’t perform that action at this time.
0 commit comments