From cb741088146f39f25cc24cf05e36d3240b63bcd0 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Tue, 28 Apr 2020 21:12:18 +0000 Subject: [PATCH] 893 --- lib/main.dart | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index d17b2e0..bded6a7 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -155,8 +155,8 @@ EventBus eventBus = new EventBus(); final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin(); const String appName = "HA Client"; -const appVersionNumber = "0.8.4"; -const appVersionAdd = ""; +const appVersionNumber = "0.8.5"; +const appVersionAdd = "alpha1"; const appVersion = "$appVersionNumber$appVersionAdd"; Future _reportError(dynamic error, dynamic stackTrace) async { @@ -170,7 +170,7 @@ Future _reportError(dynamic error, dynamic stackTrace) async { } void main() async { - Crashlytics.instance.enableInDevMode = false; + Crashlytics.instance.enableInDevMode = true; SyncfusionLicense.registerLicense(secrets['syncfusion_license_key']); FlutterError.onError = (FlutterErrorDetails details) { diff --git a/pubspec.yaml b/pubspec.yaml index fe46e39..41077b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.8.4+892 +version: 0.8.5+893 environment: