Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam committed May 9, 2024
1 parent 2b4f983 commit 04fd86e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 - 2023 Stɑrry Shivɑm
Copyright (c) [2022 - Present] Stɑrry Shivɑm

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 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 350
versionName "3.6.0-dev"
versionCode 360
versionName "3.6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/360.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Now you can archive completed goals instead of deleting them.
- Redesigned navigation drawer and some other UI improvements.
- Added ability to change app locale regardless of system language on android 13 and above.
- Added ability to automatically request focus when opening the search bar.
- Removed 10 lines limit for notes in goal info screen.
- Added Russian translation.
- Some other minor improvements and bug fixes.

0 comments on commit 04fd86e

Please sign in to comment.