Skip to content

Commit

Permalink
upgrade version - 2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Aug 24, 2023
1 parent 2c63d39 commit c9e42f4
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 73
versionName = "2.12.3"
versionCode = 74
versionName = "2.12.4"

multiDexEnabled = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/74..txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v2.12.4
- headers to keep proportion on widget resize
- fix widget configuration callback on some devices
- technical maintenance

0 comments on commit c9e42f4

Please sign in to comment.