revanced-manager/lib/utils/environment.dart

5 lines
222 B
Dart
Raw Normal View History

2022-11-23 22:27:00 +01:00
// 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 = '';
}