Skip to content

Commit

Permalink
upgrade version - 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Jul 9, 2021
1 parent 7a587cd commit c69dd8f
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -18,8 +18,8 @@ android {
applicationId "cat.mvmike.minimalcalendarwidget"
minSdkVersion 24 // 7.0
targetSdkVersion 30 // 10.0
versionCode 27
versionName "2.0.2"
versionCode 28
versionName "2.1.0"

multiDexEnabled true

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v2.1.0
- added transparency configuration
- removed grey theme (redundant now)
- renamed themes to dark/light
- added new symbol colours
- technical improvement

0 comments on commit c69dd8f

Please sign in to comment.