Skip to content

Commit

Permalink
Bump version (#140)
Browse files Browse the repository at this point in the history
* Bump version
* Update tap-targets
---------
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored May 25, 2024
1 parent 4bb254f commit d48f3de
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.starry.greenstash"
minSdk 24
targetSdk 34
versionCode 360
versionName "3.6.0"
versionCode 370
versionName "3.7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation 'com.maxkeppeler.sheets-compose-dialogs:calendar:1.3.0'
implementation 'com.maxkeppeler.sheets-compose-dialogs:date-time:1.3.0'
// Tap-target compose.
implementation "com.pierfrancescosoffritti.taptargetcompose:core:1.1.1"
implementation "com.pierfrancescosoffritti.taptargetcompose:core:1.1.2"
// Lottie animations.
implementation "com.airbnb.android:lottie-compose:6.4.0"
// Bio-metric authentication.
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/370.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
We now have a website! Come visit us at https://pooloftears.in to explore more!

Changes:
- Improved widget design and responsiveness.
- Added launcher shortcuts for quick access to some functionalities.
- Added Italian translations.
- Added Portuguese translations.
- Disabled app locale settings on MIUI devices to prevent crashes due to Xiaomi's broken implementation.
- Fixed backup files were not being saved in some file managers, such as Solid Explorer.
- Some other minor fixes and improvements.
24 changes: 12 additions & 12 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GreenStash is a simple app to help you plan and manage your savings goals easily and establish the habit of saving money.
GreenStash is a straightforward, open-source, and privacy-friendly app designed to assist you in effortlessly planning and managing your saving goals, fostering the habit of saving money for better things.

Features:
🌟 Features / Highlights:
• Clean and beautiful UI based on Google's Material-3 Design guidelines.
• Add images to your savings goals to maintain motivation!
• Monitor the daily, weekly, or monthly amount required to achieve your goal by the deadline.
• Track detailed transaction history (withdrawals/deposits).
• Receive daily, semi-weekly, or weekly reminders for your savings goals based on priority.
• Supports approximately 100+ local currency symbols.
• Built-in biometric app lock ensures the safety and security of your financial data.
• Completely offline functionality; GreenStash operates without requiring internet permission.
• Compatible with the Material You theme on devices running Android 12+.
• Available in both light and dark mode.

- Clean & beautiful UI based on Google's Material Design 3 guidelines.
- Add image to your saving goal to keep you motivated!
- View how much you need to save daily/weekly/monthly to achieve your goal before deadline.
- View detailed transaction (withdraw/deposit) history.
- Supports around 100+ local currency symbols.
- Inbuilt biometric app lock to keep your financial data safe and secure.
- Fully offline, GreenSStash doesn't require internet permission to work.
- Compatible with Android 7.0 and above (API 24+)
- Supports Material You theming in devices running on Android 12+
- Comes in both light and dark mode.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GreenStash
GreenStash: Track Your Savings

0 comments on commit d48f3de

Please sign in to comment.