Skip to content

Commit d48f3de

Browse files
Bump version (#140)
* Bump version * Update tap-targets --------- Signed-off-by: starry-shivam <[email protected]>
1 parent 4bb254f commit d48f3de

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "com.starry.greenstash"
1717
minSdk 24
1818
targetSdk 34
19-
versionCode 360
20-
versionName "3.6.0"
19+
versionCode 370
20+
versionName "3.7.0"
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
vectorDrawables {
@@ -123,7 +123,7 @@ dependencies {
123123
implementation 'com.maxkeppeler.sheets-compose-dialogs:calendar:1.3.0'
124124
implementation 'com.maxkeppeler.sheets-compose-dialogs:date-time:1.3.0'
125125
// Tap-target compose.
126-
implementation "com.pierfrancescosoffritti.taptargetcompose:core:1.1.1"
126+
implementation "com.pierfrancescosoffritti.taptargetcompose:core:1.1.2"
127127
// Lottie animations.
128128
implementation "com.airbnb.android:lottie-compose:6.4.0"
129129
// Bio-metric authentication.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
We now have a website! Come visit us at https://pooloftears.in to explore more!
2+
3+
Changes:
4+
- Improved widget design and responsiveness.
5+
- Added launcher shortcuts for quick access to some functionalities.
6+
- Added Italian translations.
7+
- Added Portuguese translations.
8+
- Disabled app locale settings on MIUI devices to prevent crashes due to Xiaomi's broken implementation.
9+
- Fixed backup files were not being saved in some file managers, such as Solid Explorer.
10+
- Some other minor fixes and improvements.
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
GreenStash is a simple app to help you plan and manage your savings goals easily and establish the habit of saving money.
1+
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.
22

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

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

0 commit comments

Comments
 (0)