From beba5b377e32554f5c00ee08c4df509d9078dbf1 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Mon, 12 Aug 2024 18:27:00 +0200 Subject: [PATCH 1/2] remove package from andorid manifest --- flutter/android/build.gradle | 1 + flutter/android/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 7087b498..e6100a09 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace "com.coinbase.flutter.wallet_sdk" compileSdkVersion 31 compileOptions { diff --git a/flutter/android/src/main/AndroidManifest.xml b/flutter/android/src/main/AndroidManifest.xml index 0f7f9f02..a2f47b60 100644 --- a/flutter/android/src/main/AndroidManifest.xml +++ b/flutter/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - + From 8092cb0b40671405754e1515d2770708a82b5bc8 Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Thu, 3 Apr 2025 15:23:02 +0200 Subject: [PATCH 2/2] Update CoinbaseWalletSDK/CrossPlatform version --- flutter/example/ios/Podfile.lock | 17 ++++++++--------- flutter/ios/coinbase_wallet_sdk.podspec | 2 +- .../client/ios/CoinbaseWalletSDKExpo.podspec | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/flutter/example/ios/Podfile.lock b/flutter/example/ios/Podfile.lock index 530196b1..ebd20566 100644 --- a/flutter/example/ios/Podfile.lock +++ b/flutter/example/ios/Podfile.lock @@ -1,15 +1,14 @@ PODS: - coinbase_wallet_sdk (0.0.1): - - CoinbaseWalletSDK/CrossPlatform (= 1.0.4) + - CoinbaseWalletSDK/CrossPlatform (= 1.1.0) - Flutter - - CoinbaseWalletSDK/Client (1.0.4) - - CoinbaseWalletSDK/CrossPlatform (1.0.4): + - CoinbaseWalletSDK/Client (1.1.0) + - CoinbaseWalletSDK/CrossPlatform (1.1.0): - CoinbaseWalletSDK/Client - Flutter (1.0.0) DEPENDENCIES: - coinbase_wallet_sdk (from `.symlinks/plugins/coinbase_wallet_sdk/ios`) - - CoinbaseWalletSDK/CrossPlatform - Flutter (from `Flutter`) SPEC REPOS: @@ -23,10 +22,10 @@ EXTERNAL SOURCES: :path: Flutter SPEC CHECKSUMS: - coinbase_wallet_sdk: 7ccd4e1a7940deba6ba9bd81beece999a2268c15 - CoinbaseWalletSDK: ea1f37512bbc69ebe07416e3b29bf840f5cc3152 - Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 + coinbase_wallet_sdk: c776890d90183e736a597e3b768ea7b7251985ce + CoinbaseWalletSDK: bd6aa4f5a6460d4279e09e115969868e134126fb + Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 -PODFILE CHECKSUM: f5ec2364c228e576cb780bac18696a97661d5058 +PODFILE CHECKSUM: d2243213672c3c48aae53c36642ba411a6be7309 -COCOAPODS: 1.13.0 +COCOAPODS: 1.16.2 diff --git a/flutter/ios/coinbase_wallet_sdk.podspec b/flutter/ios/coinbase_wallet_sdk.podspec index 3e2f68e7..4f8656dd 100644 --- a/flutter/ios/coinbase_wallet_sdk.podspec +++ b/flutter/ios/coinbase_wallet_sdk.podspec @@ -15,7 +15,7 @@ A new Flutter plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.0.4' + s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.1.0' s.ios.deployment_target = '13.0' s.swift_version = '5.0' diff --git a/react-native/client/ios/CoinbaseWalletSDKExpo.podspec b/react-native/client/ios/CoinbaseWalletSDKExpo.podspec index 5d589e36..7e4f0ecb 100644 --- a/react-native/client/ios/CoinbaseWalletSDKExpo.podspec +++ b/react-native/client/ios/CoinbaseWalletSDKExpo.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.static_framework = true s.dependency 'ExpoModulesCore' - s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.0.4' + s.dependency 'CoinbaseWalletSDK/CrossPlatform', '1.1.0' # Swift/Objective-C compatibility s.pod_target_xcconfig = {