Skip to content

Commit

Permalink
Merge remote-tracking branch 'source/flutter' into flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitsaini committed Nov 1, 2022
2 parents 1e8c2cd + 293f715 commit 6d2b70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/services/manager_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ManagerAPI {
final String patcherRepo = 'revanced-patcher';
final String cliRepo = 'revanced-cli';
late SharedPreferences _prefs;
String defaultApiUrl = 'https://releases.rvcd.win/';
String defaultApiUrl = 'https://releases.revanced.app/';
String defaultPatcherRepo = 'revanced/revanced-patcher';
String defaultPatchesRepo = 'revanced/revanced-patches';
String defaultIntegrationsRepo = 'revanced/revanced-integrations';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/revanced/revanced-manager

publish_to: 'none'

version: 0.0.36+36
version: 0.0.37+37

environment:
sdk: ">=2.17.5 <3.0.0"
Expand Down

0 comments on commit 6d2b70f

Please sign in to comment.