Syncfusion update

This commit is contained in:
estevez-dev
2020-07-07 23:11:25 +03:00
parent dce93966e3
commit ccbc2eec47
2 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@ part 'managers/app_settings.dart';
EventBus eventBus = new EventBus();
const String appName = 'HA Client';
const String appVersion = String.fromEnvironment('versionName', defaultValue: '0.0.0');
const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.2.0.md';
const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.3.0.md';
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
// Print the exception to the console.