We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9690a28 commit 1ee0c5bCopy full SHA for 1ee0c5b
2 files changed
MultiTypeAdapterSample/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.baurine.multitypeadaptersample"
8
minSdkVersion 16
9
targetSdkVersion 25
10
- versionCode 10001
11
- versionName "1.0.1"
+ versionCode 10006
+ versionName "1.0.6"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
MultiTypeAdapterSample/multitypeadapter/build.gradle
defaultConfig {
- versionCode 10005
- versionName "1.0.5"
0 commit comments