diff --git a/app/build.gradle b/app/build.gradle index 54583a0780..c877cd6071 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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") diff --git a/metadata/android/en-US/changelogs/1058.txt b/metadata/android/en-US/changelogs/1058.txt new file mode 100644 index 0000000000..339c73c533 --- /dev/null +++ b/metadata/android/en-US/changelogs/1058.txt @@ -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.