Skip to content

Commit

Permalink
upgrade version - 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Jun 4, 2022
1 parent 44d0184 commit 5880cbd
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 @@ -29,8 +29,8 @@ android {
applicationId = "cat.mvmike.minimalcalendarwidget"
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 42
versionName = "2.6.1"
versionCode = 43
versionName = "2.6.2"

multiDexEnabled = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v2.6.2
- unify and align config icon
- update and adjust preview
- technical maintenance

0 comments on commit 5880cbd

Please sign in to comment.