Skip to content

Commit

Permalink
Rename channel
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Dec 13, 2022
1 parent e66b838 commit 379fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubAppUpdate/src/main/java/info/hannes/github/Notify.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import info.hannes.github.model.GithubVersion
internal object Notify {

private var MessageID = 120
private const val channelId = "chn-01"
private const val channelId = "channelAppUpdate"
private const val channelFireBaseMsg = "Channel appUpdate"

private val pendingIntentFlags = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
Expand Down

0 comments on commit 379fbc2

Please sign in to comment.