chore(release): bump version, update changelog

This commit is contained in:
Nishant Mishra
2025-12-09 19:47:43 +05:30
parent 8ee33695da
commit 0aab9482f0
3 changed files with 12 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 27
targetSdk = 36
versionCode = 22
versionName = "1.7.0"
versionCode = 23
versionName = "1.7.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -0,0 +1,9 @@
New features:
- AOD mode now uses a lighter font
- New option to auto start next session after stopping an alarm
- New option to disable locking screen while in AOD mode
- Accidentally reset the timer? You can now undo and correct your mistake ;)
Fixes:
- Improved stats screen performance and fixed lag while opening stats screen
- Fixed incorrect alignment of text in navigation toolbar

View File

@@ -12,7 +12,7 @@ ksp = "2.3.3"
lifecycleRuntimeKtx = "2.10.0"
materialKolor = "4.0.5"
navigation3 = "1.0.0"
revenuecat = "9.15.1"
revenuecat = "9.15.2"
room = "2.8.4"
vico = "2.3.6"