Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 19, 2023
1 parent 5239d2a commit 3df9c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fun MobileTonbrettApp(receivedToken: String? = null, onAuth: (url: String) -> Un
} else {
strings.pleaseSignIn
}
Text(text, color = MaterialTheme.ColorScheme.current.onSecondary)
Text(text, color = MaterialTheme.colorScheme.onSecondary)
Button(::authorize) {
Icon(Icons.Default.OpenInBrowser, null)
Text(strings.signInWithDiscord)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.20"
version = "1.16.21"

repositories {
mavenCentral()
Expand Down

0 comments on commit 3df9c39

Please sign in to comment.