This release includes new features, bug fixes, and several improvements focused on enhancing user experience and stability.
User Experience
- Navigation Bar Labels: Appended labels to the navigation bar for a more consistent and intuitive user experience.
Code related
- Dependency Updates: Upgraded various dependencies, including AGP to
8.12.0
andandroidx.fragment.ktx
for release builds. - Linting and Warning Fixes: Addressed various linting and warning issues to ensure code quality and adherence to standards.
Bug Fixes
- Play Store Update Notification: Removed the update notification for Play Store installations, preventing duplicate notifications, due to previous commit
12a65a55
. - Update Notification ID: Enforced the use of
UPDATE_NOTIFICATION_ID
fornotificationManager.notify
for improved notification management.