From 80d4c857d83e14e77821526779222693ec8ae854 Mon Sep 17 00:00:00 2001 From: JustAGhost23 Date: Sun, 25 Feb 2024 23:16:30 +0530 Subject: [PATCH] Bump app version to 1.11 (1110000) in CHANGELOG.md and Gradle 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 --- CHANGELOG.md | 12 +++++++++++- app/build.gradle | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c17025e1..dd4344b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/app/build.gradle b/app/build.gradle index 5c756f2b..cf720d98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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