From 59a3e41af249feb6baede37d2270b9a4e02f2a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C9=91rry=20Shiv=C9=91m?= Date: Fri, 21 Jun 2024 13:05:39 +0530 Subject: [PATCH] Bump version (#148) Signed-off-by: starry-shivam --- app/build.gradle | 4 ++-- .../ui/screens/settings/composables/AboutScreen.kt | 2 +- fastlane/metadata/android/en-US/changelogs/380.txt | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/380.txt diff --git a/app/build.gradle b/app/build.gradle index 67e9ad1..e182b71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/java/com/starry/greenstash/ui/screens/settings/composables/AboutScreen.kt b/app/src/main/java/com/starry/greenstash/ui/screens/settings/composables/AboutScreen.kt index 483ae10..ba83673 100644 --- a/app/src/main/java/com/starry/greenstash/ui/screens/settings/composables/AboutScreen.kt +++ b/app/src/main/java/com/starry/greenstash/ui/screens/settings/composables/AboutScreen.kt @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/380.txt b/fastlane/metadata/android/en-US/changelogs/380.txt new file mode 100644 index 0000000..570e98f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/380.txt @@ -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. \ No newline at end of file