File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 11
10
10
targetSdkVersion 23
11
- versionCode 20
12
- versionName " 2.0.0 "
11
+ versionCode 21
12
+ versionName " 2.0.1 "
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 11
9
9
targetSdkVersion 23
10
- versionCode 20
11
- versionName " 2.0.0 "
10
+ versionCode 21
11
+ versionName " 2.0.1 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -26,7 +26,7 @@ dependencies {
26
26
27
27
ext {
28
28
PUBLISH_GROUP_ID = ' com.wang.avi'
29
- PUBLISH_VERSION = ' 2.0.0 '
29
+ PUBLISH_VERSION = ' 2.0.1 '
30
30
PUBLISH_DES = ' Nice loading animations for Android'
31
31
LIB_NAME = ' AVLoadingIndicatorView'
32
32
You can’t perform that action at this time.
0 commit comments