Skip to content

Commit af02af5

Browse files
committed
Update build.gradle
1 parent 159e733 commit af02af5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 11
1010
targetSdkVersion 23
11-
versionCode 2
12-
versionName "1.0.1"
11+
versionCode 20
12+
versionName "2.0.0"
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 6
11-
versionName "1.0.5"
10+
versionCode 20
11+
versionName "2.0.0"
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.5'
29+
PUBLISH_VERSION = '2.0.0'
3030
PUBLISH_DES = 'Nice loading animations for Android'
3131
LIB_NAME = 'AVLoadingIndicatorView'
3232

0 commit comments

Comments
 (0)