Skip to content

Commit

Permalink
Use self repo for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliano101 committed Jan 2, 2025
1 parent b4320fa commit 532305c
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ class CreditFragment : Fragment() {
val urlIntent =
Intent(
Intent.ACTION_VIEW,
Uri.parse("https://github.com/maxrave-dev/SimpMusic"),
Uri.parse("https://github.com/Iliano101/SimpMusic"),
)
startActivity(urlIntent)
}
binding.btIssue.setOnClickListener {
val urlIntent =
Intent(
Intent.ACTION_VIEW,
Uri.parse("https://github.com/maxrave-dev/SimpMusic/issues"),
Uri.parse("https://github.com/Iliano101/SimpMusic/issues"),
)
startActivity(urlIntent)
}
Expand Down
Loading

0 comments on commit 532305c

Please sign in to comment.