File tree Expand file tree Collapse file tree 3 files changed +8
-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 +8
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments