Skip to content

Commit 48d7cf9

Browse files
committed
Updated QuickLyric store url
1 parent c75e2b5 commit 48d7cf9

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)