This commit is contained in:
Yegor Vialov 2020-04-28 21:12:18 +00:00
parent 9efded2139
commit cb74108814
2 changed files with 4 additions and 4 deletions

View File

@ -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<void> _reportError(dynamic error, dynamic stackTrace) async {
@ -170,7 +170,7 @@ Future<void> _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) {

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.8.4+892
version: 0.8.5+893
environment: