diff --git a/lib/dev_config.dart b/lib/dev_config.dart index 176df52..6f6445d 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -38,7 +38,7 @@ const String kClientName = 'DeFlock'; // Note: Version is now dynamically retrieved from VersionService // Development/testing features - set to false for production builds -const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode +const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode // Navigation features - set to false to hide navigation UI elements while in development const bool kEnableNavigationFeatures = kEnableDevelopmentModes; // Hide navigation until fully implemented diff --git a/pubspec.yaml b/pubspec.yaml index 6ed91a0..badc5c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: deflockapp description: Map public surveillance infrastructure with OpenStreetMap publish_to: "none" -version: 1.0.8 +version: 1.0.9 environment: sdk: ">=3.5.0 <4.0.0" # oauth2_client 4.x needs Dart 3.5+