Skip to content

Commit

Permalink
Bump app version to 1.10 (1100000) in CHANGELOG.md and Gradle (#356)
Browse files Browse the repository at this point in the history
* Bump app version to 1.10 (1100000) in CHANGELOG.md and Gradle

* Remove unused bullet point
  • Loading branch information
JustAGhost23 committed Feb 25, 2024
1 parent faf7684 commit 82f86cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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

0 comments on commit 82f86cc

Please sign in to comment.