This commit is contained in:
Yegor Vialov 2020-04-29 22:39:47 +00:00
parent 1d2a8b613b
commit 7e48c6535f
2 changed files with 4 additions and 4 deletions

View File

@ -156,9 +156,9 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersionNumber = "0.8.6";
const appVersionAdd = "";
const appVersion = "$appVersionNumber$appVersionAdd";
const appVersionNumber = "0.8.7";
const appVersionAdd = "alpha1";
const appVersion = "$appVersionNumber-$appVersionAdd";
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
// Print the exception to the console.

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.8.6+897
version: 0.8.6+898
environment: