Skip to content

Commit

Permalink
Merge pull request #1938 from moneymanagerex/google
Browse files Browse the repository at this point in the history
2024.11.30.1050
  • Loading branch information
guanlisheng authored Nov 30, 2024
2 parents 665862c + ded3818 commit f8f44b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ android {

defaultConfig {
applicationId "com.money.manager.ex"
versionCode 1049
versionCode 1050
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.11.25"
versionName "2024.11.30"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
5 changes: 5 additions & 0 deletions metadata/android/en-US/changelogs/1050.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- UX Enhancements: Added password hint and the ability to copy the version to the clipboard or open issues on GitHub directly.
- Stability Improvements: Fixed crashes reported by Google Play, protected background Toasts, and paused SUID to allow more time for desktop integration.
- Bug Fixes: Restored currency management in account editing (int2long).
- Refactor: Code formatting and cleanup.
- Update i18n on 2024-11-30 from Crowdin

0 comments on commit f8f44b2

Please sign in to comment.