Changes for CD builds
This commit is contained in:
parent
94acc67383
commit
0698950f3d
@ -160,9 +160,7 @@ EventBus eventBus = new EventBus();
|
|||||||
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
|
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
|
||||||
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
|
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
|
||||||
const String appName = 'HA Client';
|
const String appName = 'HA Client';
|
||||||
const appVersionNumber = '1.1.0';
|
const String appVersion = String.fromEnvironment('versionName', defaultValue: '0.0.0');
|
||||||
final String appVersionAdd = secrets['version_type'] ?? '';
|
|
||||||
const String appVersion = String.fromEnvironment('VERSION_NAME', defaultValue: '1.1.0');
|
|
||||||
const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.1.0.md';
|
const whatsNewUrl = 'http://ha-client.app/service/whats_new_1.1.0.md';
|
||||||
|
|
||||||
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
|
Future<void> _reportError(dynamic error, dynamic stackTrace) async {
|
||||||
|
Reference in New Issue
Block a user