Skip to content

Commit

Permalink
upgrade version - 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed May 10, 2021
1 parent 53f2305 commit 8a66807
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -16,8 +16,8 @@ android {
applicationId "cat.mvmike.minimalcalendarwidget"
minSdkVersion 24 // 7.0
targetSdkVersion 30 // 10.0
versionCode 24
versionName "1.6.1"
versionCode 25
versionName "2.0.0"

multiDexEnabled true
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**v2.0.0**
* full migration to kotlin
* upgrade widget preview
* use xml translations for months
* fix widget update/receivers configuration
* technical improvements
(breaking changes, widget needs to be replaced)

0 comments on commit 8a66807

Please sign in to comment.