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.11 (1110000) in CHANGELOG.md and Gradle #359

Merged
merged 1 commit 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
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ Dates are in `yyyy-mm-dd`.

### Fixed

## Version 1.10 (verCode 1100000), 2024-02-25
## Version 1.11 (verCode 1110000), 2024-02-25
### Added
* An icon that displays number of unread notifications
* A new screen to view notifications

### Changed

### Fixed
* HTML Text not rendering properly

## Version 1.10 (verCode 1100000), 2023-05-23
### Added
* Mark All as Read marks notifications as read on website.

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 1100000
versionName "1.10"
versionCode 1110000
versionName "1.11"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// Inject the commit hash of HEAD into BuildConfig
Expand Down
Loading