mirror of
https://github.com/hiddify/hiddify-app.git
synced 2026-05-04 11:22:28 +00:00
update
This commit is contained in:
@@ -66,9 +66,9 @@ jobs:
|
||||
os: ubuntu-latest
|
||||
targets: apk,aab
|
||||
|
||||
# - platform: android-aab
|
||||
# os: ubuntu-latest
|
||||
# targets: aab
|
||||
- platform: android-aab
|
||||
os: ubuntu-latest
|
||||
targets: aab
|
||||
|
||||
- platform: windows
|
||||
os: windows-latest
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[submodule "hiddify-core"]
|
||||
path = hiddify-core
|
||||
url = https://github.com/hiddify/hiddify-core
|
||||
url = ssh://git@github.com/hiddify/hiddify-core
|
||||
branch = v3
|
||||
|
||||
+1
-1
Submodule hiddify-core updated: 79587909a4...100e590cce
+5
-5
@@ -113,11 +113,11 @@ PODS:
|
||||
- SDWebImage (5.21.6):
|
||||
- SDWebImage/Core (= 5.21.6)
|
||||
- SDWebImage/Core (5.21.6)
|
||||
- Sentry/HybridSDK (8.56.2)
|
||||
- sentry_flutter (9.10.0):
|
||||
- Sentry/HybridSDK (8.46.0)
|
||||
- sentry_flutter (8.14.2):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
- Sentry/HybridSDK (= 8.56.2)
|
||||
- Sentry/HybridSDK (= 8.46.0)
|
||||
- share_plus (0.0.1):
|
||||
- Flutter
|
||||
- shared_preferences_foundation (0.0.1):
|
||||
@@ -263,8 +263,8 @@ SPEC CHECKSUMS:
|
||||
pointer_interceptor_ios: 508241697ff0947f853c061945a8b822463947c1
|
||||
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
|
||||
SDWebImage: 1bb6a1b84b6fe87b972a102bdc77dd589df33477
|
||||
Sentry: b53951377b78e21a734f5dc8318e333dbfc682d7
|
||||
sentry_flutter: bbcc012a946214d9baba4567feac162ea87700fa
|
||||
Sentry: da60d980b197a46db0b35ea12cb8f39af48d8854
|
||||
sentry_flutter: 2df8b0aab7e4aba81261c230cbea31c82a62dd1b
|
||||
share_plus: 8b6f8b3447e494cca5317c8c3073de39b3600d1f
|
||||
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
|
||||
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
|
||||
|
||||
@@ -7,7 +7,7 @@ import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||
|
||||
part 'hiddify_core_service_provider.g.dart';
|
||||
|
||||
@Riverpod(keepAlive: true, dependencies: [AppDirectories, DebugModeNotifier])
|
||||
@Riverpod(keepAlive: true, dependencies: [AppDirectories, DebugModeNotifier, InAppNotificationController])
|
||||
HiddifyCoreService hiddifyCoreService(Ref ref) {
|
||||
return HiddifyCoreService(ref);
|
||||
}
|
||||
|
||||
+5
-5
@@ -28,11 +28,11 @@ PODS:
|
||||
- FlutterMacOS
|
||||
- screen_retriever_macos (0.0.1):
|
||||
- FlutterMacOS
|
||||
- Sentry/HybridSDK (8.56.2)
|
||||
- sentry_flutter (9.10.0):
|
||||
- Sentry/HybridSDK (8.46.0)
|
||||
- sentry_flutter (8.14.2):
|
||||
- Flutter
|
||||
- FlutterMacOS
|
||||
- Sentry/HybridSDK (= 8.56.2)
|
||||
- Sentry/HybridSDK (= 8.46.0)
|
||||
- share_plus (0.0.1):
|
||||
- FlutterMacOS
|
||||
- shared_preferences_foundation (0.0.1):
|
||||
@@ -151,8 +151,8 @@ SPEC CHECKSUMS:
|
||||
package_info_plus: 12f1c5c2cfe8727ca46cbd0b26677728972d9a5b
|
||||
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
|
||||
screen_retriever_macos: 776e0fa5d42c6163d2bf772d22478df4b302b161
|
||||
Sentry: b53951377b78e21a734f5dc8318e333dbfc682d7
|
||||
sentry_flutter: bbcc012a946214d9baba4567feac162ea87700fa
|
||||
Sentry: da60d980b197a46db0b35ea12cb8f39af48d8854
|
||||
sentry_flutter: 2df8b0aab7e4aba81261c230cbea31c82a62dd1b
|
||||
share_plus: 1fa619de8392a4398bfaf176d441853922614e89
|
||||
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
|
||||
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
|
||||
|
||||
Reference in New Issue
Block a user