Skip to content

Commit

Permalink
Merge pull request #35 from cslrfid/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ksclam committed Mar 9, 2022
2 parents cbe6c3a + 15acaf6 commit 4ddcf89
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.csl.cs108ademoapp"
minSdkVersion 19
targetSdkVersion 31
versionCode 34
versionName "2.3.4"
versionCode 35
versionName "2.4.0"
}
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed app/release/cs108ademo-20220117-v2.3.0-app-debug.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions cs108library4a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 31
versionCode 34
versionName "2.3.4"
buildConfigField 'String', 'VERSION_NAME', "\"2.3.4\""
versionCode 35
versionName "2.4.0"
buildConfigField 'String', 'VERSION_NAME', "\"2.4.0\""

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down

0 comments on commit 4ddcf89

Please sign in to comment.