upgrade unstoppable dependencies to include support for polygon

Godwin Asuquo committed Jan 21, 2022 at 11:06 UTC a18acd99354f5dc394cd8a7191dec3a86467c1f3
3 files changed +6 -6
android/app/build.gradle
+1 -1
@@ -90,5 +90,5 @@ dependencies {
90 testImplementation 'junit:junit:4.12'
91 androidTestImplementation 'androidx.test:runner:1.3.0'
92 androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
93 - implementation 'com.unstoppabledomains:resolution:3.0.0'
93 + implementation 'com.unstoppabledomains:resolution:5.0.0'
94 }
ios/Podfile
+1 -1
@@ -36,7 +36,7 @@ target 'Runner' do
36
37 # Cake Wallet (Legacy)
38 pod 'CryptoSwift'
39 - pod 'UnstoppableDomainsResolution', '~> 2.0.1'
39 + pod 'UnstoppableDomainsResolution', '~> 4.0.0'
40 end
41
42 post_install do |installer|
ios/Podfile.lock
+4 -4
@@ -87,7 +87,7 @@ PODS:
87 - SwiftyGif (5.3.0)
88 - uni_links (0.0.1):
89 - Flutter
90 - - UnstoppableDomainsResolution (2.0.1):
90 + - UnstoppableDomainsResolution (4.0.0):
91 - BigInt
92 - CryptoSwift
93 - url_launcher (0.0.1):
@@ -112,7 +112,7 @@ DEPENDENCIES:
112 - share (from `.symlinks/plugins/share/ios`)
113 - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
114 - uni_links (from `.symlinks/plugins/uni_links/ios`)
115 - - UnstoppableDomainsResolution (~> 2.0.1)
115 + - UnstoppableDomainsResolution (~> 4.0.0)
116 - url_launcher (from `.symlinks/plugins/url_launcher/ios`)
117 - webview_flutter (from `.symlinks/plugins/webview_flutter/ios`)
118
@@ -190,10 +190,10 @@ SPEC CHECKSUMS:
190 SwiftProtobuf: 4ef85479c18ca85b5482b343df9c319c62bda699
191 SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
192 uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
193 - UnstoppableDomainsResolution: 856ba43f08b31f3f34157c7257092bd0c6e31cf8
193 + UnstoppableDomainsResolution: c3c67f4d0a5e2437cb00d4bd50c2e00d6e743841
194 url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
195 webview_flutter: 3603125dfd3bcbc9d8d418c3f80aeecf331c068b
196
197 -PODFILE CHECKSUM: bc2591d23316907c9c90ca1cd2fce063fd866508
197 +PODFILE CHECKSUM: ae71bdf0eb731a1ffc399c122f6aa4dea0cb5f6f
198
199 COCOAPODS: 1.11.2