chore(release): bump version, update changelog
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
9
fastlane/metadata/android/en-US/changelogs/23.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/23.txt
Normal 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
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user