mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 05:54:26 +02:00

* update rules of analysis_options.yaml. and solved all problems * refactor: fix remaining problems --------- Co-authored-by: Ushie <ushiekane@gmail.com>
6 lines
223 B
Dart
6 lines
223 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 = '';
|
|
}
|