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

Bump app version to 1.10 (1100000) in CHANGELOG.md and Gradle #356

Merged
merged 2 commits into from
Feb 25, 2024
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Dates are in `yyyy-mm-dd`.

### Changed

### Fixed

## Version 1.10 (verCode 1100000), 2024-02-25
### Added
* Mark All as Read marks notifications as read on website.

### Changed
* Permission request for notification permissions.
* Use full names for courses.

### Fixed
* Cancel button not visible in deletion dialog in dark mode.
* Snackbar message on deletion not properly visible in dark mode.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "crux.bphc.cms"
minSdkVersion 24
targetSdkVersion 33
versionCode 1090000
versionName "1.9"
versionCode 1100000
versionName "1.10"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// Inject the commit hash of HEAD into BuildConfig
Expand Down
Loading