File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
src/main/java/com/starry/greenstash/ui/screens/settings/composables
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +9
-3
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 400
22
- versionName " 4.0.0 "
21
+ versionCode 401
22
+ versionName " 4.0.1 "
23
23
24
24
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
25
25
vectorDrawables {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ import kotlinx.coroutines.launch
69
69
70
70
sealed class AboutLinks (val url : String ) {
71
71
data object ReadMe : AboutLinks (" https://github.com/Pool-Of-Tears/GreenStash" )
72
- data object Website : AboutLinks (" https://pooloftears.in " )
72
+ data object Website : AboutLinks (" https://pool-of-tears.github.io " )
73
73
data object PrivacyPolicy :
74
74
AboutLinks (" https://github.com/Pool-Of-Tears/GreenStash/blob/main/legal/PRIVACY-POLICY.md" )
75
75
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