Clean up code warnings
This commit is contained in:
parent
9e04b4b790
commit
74b1d8f266
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
channel: 'stable'
|
||||
- name: Setup App
|
||||
run: |
|
||||
cp lib/.env.dart.example lib/.env.dart
|
||||
echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist
|
||||
- name: Run iOS Flutter Driver tests
|
||||
run: flutter drive --target=test_driver/login_it.dart
|
||||
|
|
@ -911,7 +911,7 @@ void _showAbout(BuildContext context) async {
|
|||
child: Text(localization.viewLicenses.toUpperCase()),
|
||||
onPressed: () => showLicensePage(
|
||||
context: context,
|
||||
applicationName: 'Invoice Ninja',
|
||||
applicationName: 'Invoice Ninja v5',
|
||||
applicationIcon: apppIcon,
|
||||
applicationLegalese: appLegalese,
|
||||
applicationVersion: state.appVersion,
|
||||
|
|
|
|||
Loading…
Reference in New Issue