Skip to content

Commit

Permalink
2024.12.25.1055
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 25, 2024
1 parent e677887 commit 40ae1db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 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 1054
versionCode 1055
//versionName getVersionAsDate() + "." + versionCode
versionName "2024.12.22"
versionName "2024.12.25"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down Expand Up @@ -254,4 +254,4 @@ static def getVersionAsDate() {
def date = new Date()
def formattedDate = date.format('yyyy.MM.dd')
return formattedDate
}
}
5 changes: 5 additions & 0 deletions metadata/android/en-US/changelogs/1055.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
• UI/UX: Enhanced tag management with edit mode and added tags in search transactions.
• Build Updates: Raised minSdkVersion to 28 (Android 9.0).
• Translations: Added new Crowdin translations and cleaned up integration scripts.
• Error Handling: Improved conflict resolution and fixed NullPointerExceptions.
• Xmas version: switch to SQLite3MC from SQLCipher

0 comments on commit 40ae1db

Please sign in to comment.