Skip to content

Commit

Permalink
2025.01.03.1058
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Jan 3, 2025
1 parent 3d17528 commit a7a8dea
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 1057
versionCode 1058
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.12.31"
versionName "2025.01.03"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
4 changes: 4 additions & 0 deletions metadata/android/en-US/changelogs/1058.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Sync: Various refinements, including resolver.notifyChange to improve synchronization, especially for OneDrive.
• ARN: Fixed issues with loadCategoryName related ARNs.
• Tag: Bug fixes and alignment with Desktop MMEX.
• Encryption: Workflow refinement for opening/creating databases from the main menu.

0 comments on commit a7a8dea

Please sign in to comment.