Skip to content

Commit

Permalink
Merge pull request #523 from xmtp/np/dual-send-stage-1
Browse files Browse the repository at this point in the history
Dual sending
  • Loading branch information
nplasterer authored Nov 5, 2024
2 parents 971ea61 + 951f6cb commit 270c427
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ repositories {
dependencies {
implementation project(':expo-modules-core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
implementation "org.xmtp:android:0.16.1"
implementation "org.xmtp:android:0.16.2"
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.facebook.react:react-native:0.71.3'
implementation "com.daveanthonythomas.moshipack:moshipack:1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ PODS:
- GenericJSON (~> 2.0)
- Logging (~> 1.0.0)
- secp256k1.swift (~> 0.1)
- XMTP (0.16.1):
- XMTP (0.16.2):
- Connect-Swift (= 0.12.0)
- GzipSwift
- LibXMTP (= 0.6.0)
Expand All @@ -458,7 +458,7 @@ PODS:
- ExpoModulesCore
- MessagePacker
- secp256k1.swift
- XMTP (= 0.16.1)
- XMTP (= 0.16.2)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -763,8 +763,8 @@ SPEC CHECKSUMS:
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
SwiftProtobuf: 407a385e97fd206c4fbe880cc84123989167e0d1
web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959
XMTP: b2c2bcb0ddd6fbdb4820cac7be8a694c0f797425
XMTPReactNative: 0b3b70a875bcb3defc24f051f69c35b257037c08
XMTP: 281c763321f3be82b3e5d91bfd79f107b1169e30
XMTPReactNative: 2428cbce29fca3ca3e7682b096765ccf3dca739f
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9

PODFILE CHECKSUM: 0e6fe50018f34e575d38dc6a1fdf1f99c9596cdd
Expand Down
2 changes: 1 addition & 1 deletion ios/XMTPReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.source_files = "**/*.{h,m,swift}"
s.dependency 'secp256k1.swift'
s.dependency "MessagePacker"
s.dependency "XMTP", "= 0.16.1"
s.dependency "XMTP", "= 0.16.2"
end

0 comments on commit 270c427

Please sign in to comment.