Renamed folders

This commit is contained in:
2025-07-10 16:38:41 +02:00
parent bb6d718c9e
commit e4dba14642
12 changed files with 43 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
import 'package:cabo_counter/utility/globals.dart';
import 'package:cabo_counter/utility/constants.dart';
import 'package:package_info_plus/package_info_plus.dart';
class VersionService {
@@ -19,7 +19,7 @@ class VersionService {
if (_version == '-.-.-') {
return getVersionNumber();
}
return '${Globals.appDevPhase} $_version';
return '${Constants.appDevPhase} $_version';
}
static String getBuildNumber() {