Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.4.0 #34

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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