Skip to content

Commit

Permalink
2024.12.27.1056
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 27, 2024
1 parent 69d093a commit b8a65ab
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 1055
versionCode 1056
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.12.25"
versionName "2024.12.27"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
5 changes: 5 additions & 0 deletions metadata/android/en-US/changelogs/1056.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Refactor: clean up and format
- Encryption: switch to SQLite3MC revert
- Fix crash: set default getRemoteFileModifiedDate
- Fix ARN: handle java.lang.RuntimeException on fingerprint
- Fix ANR: just enable light check

0 comments on commit b8a65ab

Please sign in to comment.