mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
5 lines
222 B
Dart
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 = '';
|
||
|
}
|