File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
18
18
applicationId " com.starry.greenstash"
19
19
minSdk 24
20
20
targetSdk 36
21
- versionCode 394
22
- versionName " 3.9.4 "
21
+ versionCode 400
22
+ versionName " 4.0.0 "
23
23
24
24
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
25
25
vectorDrawables {
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments