Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: update repo link in AboutScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed Oct 12, 2023
1 parent b5cb9d8 commit be941aa
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 @@ -27,7 +27,7 @@ fun AboutScreen(
updateViewModel: CheckUpdateViewModel = viewModel()
) {
val context = LocalContext.current
val githubRepo = "https://github.com/SuhasDissa/MellowMusic"
val githubRepo = "https://github.com/you-apps/VibeYou"
val topBarBehavior = TopAppBarDefaults.exitUntilCollapsedScrollBehavior()

Scaffold(modifier = modifier.fillMaxSize(), topBar = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interface UpdateApiService {
@Headers(
"User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
)
@GET("repos/SuhasDissa/MellowMusic/releases/latest")
@GET("repos/you-apps/VibeYou/releases/latest")
suspend fun getLatestRelease(): LatestRelease
}

Expand Down

0 comments on commit be941aa

Please sign in to comment.