mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
feat: use secrets for keys (#528)
This commit is contained in:
parent
b0c4567cb8
commit
6ea055d486
5 changed files with 38 additions and 26 deletions
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 = '';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue