Skip to content

Commit 2cbef71

Browse files
committed
[BUMP] Version 1.4
1 parent 144920e commit 2cbef71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.example.smartrecycleradapter"
88
minSdkVersion 14
99
targetSdkVersion 26
10-
versionCode 2
11-
versionName "1.3"
10+
versionCode 3
11+
versionName "1.4"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

smartadapter/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 26
10-
versionCode 2
11-
versionName "1.3"
10+
versionCode 3
11+
versionName "1.4"
1212

1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414

0 commit comments

Comments
 (0)