Skip to content

Commit a59845f

Browse files
authored
Merge pull request #78 from timusus/fix/update-quicklyric
Updated QuickLyric store url
2 parents c75e2b5 + 48d7cf9 commit a59845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

androidApp/main/app/src/main/java/com/simplecityapps/shuttle/ui/lyrics/QuickLyricManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ object QuickLyricManager {
2929
return quickLyricIntent.resolveActivity(context.packageManager) != null
3030
}
3131

32-
val quickLyricIntent = Intent(Intent.ACTION_VIEW, Uri.parse("https://d3khd.app.goo.gl/jdF1"))
32+
val quickLyricIntent = Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id=com.geecko.QuickLyric"))
3333
}

0 commit comments

Comments
 (0)