Skip to content

Commit ca9545f

Browse files
committed
Update changelog
1 parent 4752965 commit ca9545f

8 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## Version 5.3.0
5+
*(2021-03-03)*
6+
7+
- **Breaking**: The deprecation level of several properties has been increased from `warning` to `error`.
8+
- Fixed: WeekView no longer ignores uses day background colors set in code or XML.
9+
410
## Version 5.2.4
511
*(2021-02-14)*
612

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.2'
2+
version = '5.3.0'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.2'
2+
version = '5.3.0'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

emoji/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.2'
2+
version = '5.3.0'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=5.2.2
1+
VERSION_NAME=5.3.0
22
GROUP=com.github.thellmund
33

44
POM_DESCRIPTION=An Android library to display customizable calendar views

jodatime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.2'
2+
version = '5.3.0'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

jsr310/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.2'
2+
version = '5.3.0'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

threetenabp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.thellmund.Android-Week-View'
2-
version = '5.2.2'
2+
version = '5.3.0'
33

44
apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.android.library'

0 commit comments

Comments
 (0)