mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-27 21:11:01 +00:00
feat: Use ReVanced API v4
This commit is contained in:
@@ -49,7 +49,7 @@ class _ContributorsCardState extends State<ContributorsCard> {
|
||||
child: GestureDetector(
|
||||
onTap: () => launchUrl(
|
||||
Uri.parse(
|
||||
widget.contributors[index]['html_url'],
|
||||
widget.contributors[index]['url'],
|
||||
),
|
||||
mode: LaunchMode.externalApplication,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user