mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
5 lines
No EOL
222 B
Dart
5 lines
No EOL
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 = '';
|
|
} |