mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02: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