Skip to content

Commit

Permalink
Force check for Category Invalid after regression issue in 2025.01.24
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsolver committed Jan 27, 2025
1 parent b9ef433 commit 79c2d82
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -34,9 +34,9 @@ android {

defaultConfig {
applicationId "com.money.manager.ex"
versionCode 1064
versionCode 1065
//versionName getVersionAsDate() + "." + versionCode
versionName "2025.01.24"
versionName "2025.01.27"
// $applicationId
setProperty("archivesBaseName", "ammx-$versionName")

Expand Down
1 change: 1 addition & 0 deletions metadata/android/en-US/changelogs/1065.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hotfix for missing category

0 comments on commit 79c2d82

Please sign in to comment.