Skip to content

Commit

Permalink
2024.09.18.1040
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Sep 18, 2024
1 parent a597b38 commit a9b462b
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 1039
versionCode 1040
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.09.11"
versionName "2024.09.18"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
4 changes: 4 additions & 0 deletions metadata/android/en-US/changelogs/1040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Improved password entry hints for encrypted database files.
- Enhanced fingerprint detection for devices running API 28 and above.
- Refined attachment preview by setting the Attachment Folder.
- Fixed subcategory update issue (revisited).

0 comments on commit a9b462b

Please sign in to comment.