Skip to content

Commit 4ddcf89

Browse files
authored
Merge pull request #35 from cslrfid/develop
Develop
2 parents cbe6c3a + 15acaf6 commit 4ddcf89

9 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.csl.cs108ademoapp"
77
minSdkVersion 19
88
targetSdkVersion 31
9-
versionCode 34
10-
versionName "2.3.4"
9+
versionCode 35
10+
versionName "2.4.0"
1111
}
1212
}
1313

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

cs108library4a/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ android {
55
defaultConfig {
66
minSdkVersion 19
77
targetSdkVersion 31
8-
versionCode 34
9-
versionName "2.3.4"
10-
buildConfigField 'String', 'VERSION_NAME', "\"2.3.4\""
8+
versionCode 35
9+
versionName "2.4.0"
10+
buildConfigField 'String', 'VERSION_NAME', "\"2.4.0\""
1111

1212
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1313
}

0 commit comments

Comments
 (0)