Skip to content

Commit b9f3ae2

Browse files
fix: Update website URL (Bump version for new release) (#184)
Signed-off-by: starry-shivam <[email protected]>
1 parent 1585219 commit b9f3ae2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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 400
22-
versionName "4.0.0"
21+
versionCode 401
22+
versionName "4.0.1"
2323

2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
vectorDrawables {

app/src/main/java/com/starry/greenstash/ui/screens/settings/composables/AboutScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import kotlinx.coroutines.launch
6969

7070
sealed class AboutLinks(val url: String) {
7171
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")
7373
data object PrivacyPolicy :
7474
AboutLinks("https://github.com/Pool-Of-Tears/GreenStash/blob/main/legal/PRIVACY-POLICY.md")
7575

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)