mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: use secrets for keys (#528)
This commit is contained in:
5
lib/utils/environment.dart
Normal file
5
lib/utils/environment.dart
Normal file
@ -0,0 +1,5 @@
|
||||
// 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 = '';
|
||||
}
|
Reference in New Issue
Block a user