From 3e116a50e49770cb0b25ed7800d17bb5c17eb9df Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 3 Jun 2024 14:23:55 -0600 Subject: [PATCH] override low uptime git package url --- pubspec.lock | 2 +- scripts/app_config/templates/pubspec.template | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ccd30906c..68029cb28 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1199,7 +1199,7 @@ packages: path: "." ref: "6a17a405a1a260fa228b2f4fc94044088a4335ac" resolved-ref: "6a17a405a1a260fa228b2f4fc94044088a4335ac" - url: "https://git.mrcyjanek.net/mrcyjanek/monero.dart" + url: "https://www.github.com/mrcyjanek/monero.dart" source: git version: "0.0.0" mutex: diff --git a/scripts/app_config/templates/pubspec.template b/scripts/app_config/templates/pubspec.template index c9e284ce9..43a82bae6 100644 --- a/scripts/app_config/templates/pubspec.template +++ b/scripts/app_config/templates/pubspec.template @@ -49,7 +49,7 @@ dependencies: monero: git: - url: https://git.mrcyjanek.net/mrcyjanek/monero.dart + url: https://www.github.com/mrcyjanek/monero.dart ref: 6a17a405a1a260fa228b2f4fc94044088a4335ac flutter_libepiccash: @@ -211,6 +211,11 @@ flutter_native_splash: dependency_overrides: + monero: + git: + url: https://www.github.com/mrcyjanek/monero.dart + ref: 6a17a405a1a260fa228b2f4fc94044088a4335ac + bip47: git: url: https://github.com/cypherstack/bip47.git