Merge remote-tracking branch 'origin/hotfix/89-hotfix-correcting-links' into feature/46-implement-native-rating-dialogs
# Conflicts: # analysis_options.yaml # lib/core/constants.dart # lib/main.dart # lib/presentation/views/information_view.dart # lib/presentation/views/mode_selection_view.dart # lib/presentation/views/settings_view.dart # lib/presentation/views/tab_view.dart # lib/services/version_service.dart # pubspec.yaml
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:cabo_counter/core/globals.dart';
|
||||
import 'package:cabo_counter/utility/constants.dart';
|
||||
import 'package:package_info_plus/package_info_plus.dart';
|
||||
|
||||
class VersionService {
|
||||
@@ -19,7 +20,7 @@ class VersionService {
|
||||
if (_version == '-.-.-') {
|
||||
return getVersionNumber();
|
||||
}
|
||||
return '${Globals.appDevPhase} $_version';
|
||||
return '${Constants.appDevPhase} $_version';
|
||||
}
|
||||
|
||||
static String getBuildNumber() {
|
||||
|
||||
Reference in New Issue
Block a user