Skip to content

Commit 59a3e41

Browse files
Bump version (#148)
Signed-off-by: starry-shivam <[email protected]>
1 parent 36679ca commit 59a3e41

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.starry.greenstash"
1818
minSdk 24
1919
targetSdk 34
20-
versionCode 370
21-
versionName "3.7.0"
20+
versionCode 380
21+
versionName "3.8.0"
2222

2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
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
@@ -126,7 +126,7 @@ fun AboutScreen(navController: NavController) {
126126
SettingsItem(title = stringResource(id = R.string.about_website_title),
127127
description = stringResource(id = R.string.about_website_desc),
128128
icon = Icons.Filled.Web,
129-
onClick = { Utils.openWebLink(context, AboutLinks.Website.url)}
129+
onClick = { Utils.openWebLink(context, AboutLinks.Website.url) }
130130
)
131131
}
132132
item {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Improved the update method for launcher shortcuts so you no longer need to relaunch the app to update them.
2+
- Enhanced the UI of the welcome/onboarding screen.
3+
- improved performance in some cases such as navigating between screens.
4+
- Fixed the amount truncation logic in widgets.
5+
- Adjusted the line height of title and description texts in classic style goal items.

0 commit comments

Comments
 (0)