revanced-manager/lib/utils/environment.dart
2022-11-24 00:27:00 +03:00

5 lines
222 B
Dart

// Dummy environment variables used for building the app locally. These automatically get set with correct values during workflow builds.
class Environment {
static const sentryDSN = '';
static const crowdinKEY = '';
}