Skip to content

Commit

Permalink
upgrade version - 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Nov 29, 2021
1 parent be4278d commit defbfaf
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -26,8 +26,8 @@ android {
applicationId = "cat.mvmike.minimalcalendarwidget"
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 32
versionName = "2.3.0"
versionCode = 33
versionName = "2.3.1"

multiDexEnabled = true
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v2.3.1
- minor symbol set relative size adjustment
- fix alignment in config screen

0 comments on commit defbfaf

Please sign in to comment.