This commit is contained in:
Yegor Vialov
2019-12-10 22:05:12 +00:00
parent 78eb1e779c
commit 9cc60a136b
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ final SentryClient _sentry = SentryClient(dsn: "https://03ef364745cc4c23a60ddbc8
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersionNumber = "0.7.6";
const appVersionNumber = "0.7.7";
const appVersionAdd = "";
const appVersion = "$appVersionNumber$appVersionAdd";