mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-21 02:03:57 +00: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