Skip to content

Commit

Permalink
feat: switch to the new ReVanced API (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAabedKhan authored Aug 7, 2023
1 parent 218e53a commit 1be284f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/manager_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ManagerAPI {
String keystoreFile =
'/sdcard/Android/data/app.revanced.manager.flutter/files/revanced-manager.keystore';
String defaultKeystorePassword = 's3cur3p@ssw0rd';
String defaultApiUrl = 'https://releases.revanced.app/';
String defaultApiUrl = 'https://api.revanced.app/';
String defaultRepoUrl = 'https://api.github.com';
String defaultPatcherRepo = 'revanced/revanced-patcher';
String defaultPatchesRepo = 'revanced/revanced-patches';
Expand Down

0 comments on commit 1be284f

Please sign in to comment.