Skip to content

Commit 1585219

Browse files
Bump version (#182)
* Bump version * Add one missing chhangelog --------- Signed-off-by: starry-shivam <[email protected]>
1 parent 8b3d8d9 commit 1585219

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.starry.greenstash"
1919
minSdk 24
2020
targetSdk 36
21-
versionCode 394
22-
versionName "3.9.4"
21+
versionCode 400
22+
versionName "4.0.0"
2323

2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
vectorDrawables {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Update target SDK to Android 16 (API 36)
2+
- Added predictive back gesture support throughout the UI
3+
- Date picker now defaults to the selected date instead of the current date when editing a goal
4+
- Fixed issue where the date style option in settings did not reflect changes until reloading the screen
5+
- Updated Spanish translation and made other translation improvements
6+
- Minor fixes and dependency updates for smoother, faster performance

0 commit comments

Comments
 (0)