diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 3d9bca4c..5f845f08 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -369,7 +369,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3371; + CURRENT_PROJECT_VERSION = 3381; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -388,7 +388,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.3.7; + MARKETING_VERSION = 3.3.8; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -517,7 +517,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3371; + CURRENT_PROJECT_VERSION = 3381; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -536,7 +536,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.3.7; + MARKETING_VERSION = 3.3.8; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -558,7 +558,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3371; + CURRENT_PROJECT_VERSION = 3381; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -577,7 +577,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.3.7; + MARKETING_VERSION = 3.3.8; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/pubspec.lock b/pubspec.lock index 95ac01fe..a9960989 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -490,7 +490,7 @@ packages: name: flutter_inappwebview url: "https://pub.dartlang.org" source: hosted - version: "5.4.3+7" + version: "5.7.2+2" flutter_launcher_icons: dependency: "direct dev" description: @@ -1060,11 +1060,11 @@ packages: dependency: "direct main" description: path: "." - ref: "3265d09d7cebaaf9527575a7c2d0b322da968527" - resolved-ref: "3265d09d7cebaaf9527575a7c2d0b322da968527" + ref: "93ec2762edd37f5b19dd5418f89d04da9034b2b0" + resolved-ref: "93ec2762edd37f5b19dd5418f89d04da9034b2b0" url: "https://github.com/AcalaNetwork/polkawallet_plugin_acala.git" source: git - version: "0.4.9" + version: "0.5.1" polkawallet_plugin_bifrost: dependency: "direct main" description: @@ -1105,20 +1105,20 @@ packages: dependency: "direct main" description: path: "." - ref: f3537a27d8c620ba7ff7da6c9f623d5309a15e4f - resolved-ref: f3537a27d8c620ba7ff7da6c9f623d5309a15e4f + ref: e6df975389250e189f57e77c3bb34683d54e8857 + resolved-ref: e6df975389250e189f57e77c3bb34683d54e8857 url: "https://github.com/AcalaNetwork/polkawallet_plugin_karura.git" source: git - version: "0.4.9" + version: "0.5.1" polkawallet_plugin_kusama: dependency: "direct main" description: path: "." - ref: "8eb1eb01ca1085b5f2a3dce40dfc58740f564949" - resolved-ref: "8eb1eb01ca1085b5f2a3dce40dfc58740f564949" + ref: c7b7d057f898d4b0b72143effe0b88e1969a599c + resolved-ref: c7b7d057f898d4b0b72143effe0b88e1969a599c url: "https://github.com/polkawallet-io/polkawallet_plugin_kusama.git" source: git - version: "0.4.9" + version: "0.5.1" polkawallet_plugin_robonomics: dependency: "direct main" description: @@ -1143,14 +1143,14 @@ packages: name: polkawallet_sdk url: "https://pub.dartlang.org" source: hosted - version: "0.5.0" + version: "0.5.1" polkawallet_ui: dependency: "direct main" description: name: polkawallet_ui url: "https://pub.dartlang.org" source: hosted - version: "0.5.0" + version: "0.5.1" pool: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f07d78ba..0182db0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,15 +51,15 @@ dependencies: polkawallet_plugin_kusama: git: url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git - ref: 8eb1eb01ca1085b5f2a3dce40dfc58740f564949 + ref: c7b7d057f898d4b0b72143effe0b88e1969a599c polkawallet_plugin_acala: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git - ref: 3265d09d7cebaaf9527575a7c2d0b322da968527 + ref: 93ec2762edd37f5b19dd5418f89d04da9034b2b0 polkawallet_plugin_karura: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git - ref: f3537a27d8c620ba7ff7da6c9f623d5309a15e4f + ref: e6df975389250e189f57e77c3bb34683d54e8857 polkawallet_plugin_statemine: git: url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git @@ -108,6 +108,8 @@ dependency_overrides: # path: ../../coding/polkawallet/polkawallet_plugin_karura # polkawallet_plugin_statemine: # path: ../../coding/polkawallet/polkawallet_plugin_statemine + polkawallet_ui: ^0.5.1 + polkawallet_sdk: ^0.5.1 # polkawallet_ui: # path: ../../coding/polkawallet/ui # polkawallet_sdk: