Skip to content

Commit

Permalink
Bump version (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Jun 21, 2024
1 parent 36679ca commit 59a3e41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.starry.greenstash"
minSdk 24
targetSdk 34
versionCode 370
versionName "3.7.0"
versionCode 380
versionName "3.8.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fun AboutScreen(navController: NavController) {
SettingsItem(title = stringResource(id = R.string.about_website_title),
description = stringResource(id = R.string.about_website_desc),
icon = Icons.Filled.Web,
onClick = { Utils.openWebLink(context, AboutLinks.Website.url)}
onClick = { Utils.openWebLink(context, AboutLinks.Website.url) }
)
}
item {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/380.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Improved the update method for launcher shortcuts so you no longer need to relaunch the app to update them.
- Enhanced the UI of the welcome/onboarding screen.
- improved performance in some cases such as navigating between screens.
- Fixed the amount truncation logic in widgets.
- Adjusted the line height of title and description texts in classic style goal items.

0 comments on commit 59a3e41

Please sign in to comment.