mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
feat: get changelog from app's specific github path (ugly)
This commit is contained in:
@@ -105,7 +105,7 @@ class ApplicationItem extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 4),
|
||||
Text(
|
||||
' - ${changelog.join('\n- ')}',
|
||||
'\u2022 ${changelog.join('\n\u2022 ')}',
|
||||
style: kRobotoTextStyle,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user