Skip to content

Commit

Permalink
Bump app version to 1.11 (1110000) in CHANGELOG.md and Gradle (#359)
Browse files Browse the repository at this point in the history
Date for Version 1.10 in CHANGELOG has been updated to 2023-05-23 as 1.10 was released to the playstore on that day
  • Loading branch information
JustAGhost23 authored Feb 25, 2024
1 parent bbf016e commit e8fb386
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
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

0 comments on commit e8fb386

Please sign in to comment.