Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-i-n-a-r committed Mar 10, 2023
1 parent 58f6c0e commit 08454c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasticalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.m-i-n-a-r'
artifactId = 'tasticalendar'
version = '1.3.1'
version = '1.3.2'

afterEvaluate {
from components.release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ class TastiCalendarMonth(context: Context, attrs: AttributeSet) : LinearLayout(c
context
)
)
weekDaysList[sundayIndex].alpha = .85f
}
1 -> {
weekDaysList[sundayIndex].setTypeface(null, Typeface.BOLD)
Expand All @@ -405,6 +406,7 @@ class TastiCalendarMonth(context: Context, attrs: AttributeSet) : LinearLayout(c
context
)
)
weekDaysList[sundayIndex].alpha = .85f
}
2 -> {
weekDaysList[sundayIndex].setTypeface(null, Typeface.NORMAL)
Expand Down

0 comments on commit 08454c9

Please sign in to comment.