Skip to content

Commit

Permalink
2024.12.31.1057
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 31, 2024
1 parent 9739416 commit 8d391e3
Show file tree
Hide file tree
Showing 2 changed files with 6 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 1056
versionCode 1057
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.12.27"
versionName "2024.12.31"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
4 changes: 4 additions & 0 deletions metadata/android/en-US/changelogs/1057.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Database: Simplified database setup and upgraded Dagger to v2.54.
- Widgets: Fixed permissions, improved formatting, and cleaned up code.
- UI/UX: Adjusted Year text size and combined Attachment Status with Tags.
- Bug Fix: Resolved crash for edge cases in file handling.

0 comments on commit 8d391e3

Please sign in to comment.