diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b07549ab..2127764d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index a8590df0..85256c3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/hiddify-core b/hiddify-core index 79587909..100e590c 160000 --- a/hiddify-core +++ b/hiddify-core @@ -1 +1 @@ -Subproject commit 79587909a417fee83ba3fbdf6e1a69fa0342dafc +Subproject commit 100e590cce59e5585dc6354acc47bee256d4f37b diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 9633e55c..d6176529 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -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 diff --git a/lib/hiddifycore/hiddify_core_service_provider.dart b/lib/hiddifycore/hiddify_core_service_provider.dart index 0e0555e0..57811878 100644 --- a/lib/hiddifycore/hiddify_core_service_provider.dart +++ b/lib/hiddifycore/hiddify_core_service_provider.dart @@ -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); } diff --git a/macos/Podfile.lock b/macos/Podfile.lock index e32d789b..d6291b14 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -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