More changelog urls added

This commit is contained in:
Imran Remtulla
2022-10-07 12:58:10 -04:00
parent 67f50ba776
commit fdeb852c7b
3 changed files with 6 additions and 5 deletions

View File

@@ -30,9 +30,8 @@ class GitHub implements AppSource {
}
@override
String? changeLogPageFromStandardUrl(String standardUrl) {
return '$standardUrl/releases';
}
String? changeLogPageFromStandardUrl(String standardUrl) =>
'$standardUrl/releases';
@override
Future<APKDetails> getLatestAPKDetails(