Skip to content

Commit 1ee0c5b

Browse files
committed
release version 1.0.6
1 parent 9690a28 commit 1ee0c5b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MultiTypeAdapterSample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.baurine.multitypeadaptersample"
88
minSdkVersion 16
99
targetSdkVersion 25
10-
versionCode 10001
11-
versionName "1.0.1"
10+
versionCode 10006
11+
versionName "1.0.6"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

MultiTypeAdapterSample/multitypeadapter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 16
99
targetSdkVersion 25
10-
versionCode 10005
11-
versionName "1.0.5"
10+
versionCode 10006
11+
versionName "1.0.6"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)