Skip to content

Commit e641f9e

Browse files
committed
1 parent 8e7b2a3 commit e641f9e

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

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 31
12-
versionName "2.1.1"
11+
versionCode 32
12+
versionName "2.1.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 14
99
targetSdkVersion 23
10-
versionCode 31
11-
versionName "2.1.1"
10+
versionCode 32
11+
versionName "2.1.2"
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.1'
27+
PUBLISH_VERSION = '2.1.2'
2828
PUBLISH_DES = 'Nice loading animations for Android'
2929
LIB_NAME = 'AVLoadingIndicatorView'
3030

library/src/main/java/com/wang/avi/AVLoadingIndicatorView.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.wang.avi;
22

33
import android.annotation.TargetApi;
4-
import android.app.ProgressDialog;
54
import android.content.Context;
65
import android.content.res.TypedArray;
76
import android.graphics.Canvas;
@@ -15,7 +14,6 @@
1514
import android.util.Log;
1615
import android.view.View;
1716
import android.view.animation.AnimationUtils;
18-
import android.widget.ProgressBar;
1917

2018
import com.wang.avi.indicators.BallPulseIndicator;
2119

library/src/main/java/com/wang/avi/Indicator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import android.graphics.drawable.Animatable;
1111
import android.graphics.drawable.Drawable;
1212

13-
1413
import java.util.ArrayList;
1514
import java.util.HashMap;
1615

0 commit comments

Comments
 (0)