diff --git a/lib/main.dart b/lib/main.dart index 981b66f..fa3ee67 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -160,7 +160,7 @@ FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLoc const String appName = "HA Client"; const appVersionNumber = "1.0.0"; const appVersionAdd = ""; -const appVersion = "$appVersionNumber${appVersionAdd}"; +const appVersion = "$appVersionNumber$appVersionAdd"; Future _reportError(dynamic error, dynamic stackTrace) async { // Print the exception to the console.