Skip to content

Commit

Permalink
Merge pull request #1327 from joreilly/update_versoin
Browse files Browse the repository at this point in the history
update versions + ui update
  • Loading branch information
joreilly committed May 5, 2024
2 parents 0b82d11 + ca974e8 commit 487426f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fun SessionItemView(

var modifier = Modifier.fillMaxSize()
val tonalElevation = if (!session.isService() && !session.isBreak()) {
8.dp
2.dp
} else {
0.dp
}
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ default_platform :android

platform :android do

androidVersionNum = 234
wearVersionNum = 325
androidVersionNum = 235
wearVersionNum = 326

before_all do
end
Expand Down

0 comments on commit 487426f

Please sign in to comment.