Skip to content

Commit

Permalink
release version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jan 18, 2017
1 parent 9690a28 commit 1ee0c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MultiTypeAdapterSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.baurine.multitypeadaptersample"
minSdkVersion 16
targetSdkVersion 25
versionCode 10001
versionName "1.0.1"
versionCode 10006
versionName "1.0.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions MultiTypeAdapterSample/multitypeadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 10005
versionName "1.0.5"
versionCode 10006
versionName "1.0.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 1ee0c5b

Please sign in to comment.