mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +02:00
7 lines
252 B
Dart
7 lines
252 B
Dart
String ghOrg = 'revanced';
|
|
String patchesRepo = 'revanced-patches';
|
|
String integrationsRepo = 'revanced-integrations';
|
|
const String patcherRepo = 'revanced-patcher';
|
|
const String cliRepo = 'revanced-cli';
|
|
const String managerRepo = 'revanced-manager';
|