Skip to content

Commit 3629e2a

Browse files
authored
Merge pull request #754 from xmtp/11-24-upgrade_to_rc4
Release v1.6.1 of libxmtp
2 parents 7a0be54 + 93a512b commit 3629e2a

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@fake-scope/fake-pkg": patch
3+
---
4+
5+
Updates to `libxmtp` v1.6.1 which includes many features and enhancements
6+
7+
https://github.com/xmtp/libxmtp/releases/tag/v1.6.1

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ repositories {
9595
dependencies {
9696
implementation project(':expo-modules-core')
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
98-
implementation "org.xmtp:android:4.6.1-rc1"
98+
implementation "org.xmtp:android:4.6.1"
9999
implementation 'com.google.code.gson:gson:2.10.1'
100100
implementation 'com.facebook.react:react-native:0.71.3'
101101
implementation "com.daveanthonythomas.moshipack:moshipack:1.0.1"

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,16 +1757,16 @@ PODS:
17571757
- SQLCipher/standard (4.5.7):
17581758
- SQLCipher/common
17591759
- SwiftProtobuf (1.28.2)
1760-
- XMTP (4.6.1-rc3):
1760+
- XMTP (4.6.1):
17611761
- Connect-Swift (= 1.0.0)
17621762
- CryptoSwift (= 1.8.3)
17631763
- SQLCipher (= 4.5.7)
1764-
- XMTPReactNative (5.0.6):
1764+
- XMTPReactNative (5.1.0):
17651765
- CSecp256k1 (~> 0.2)
17661766
- ExpoModulesCore
17671767
- MessagePacker
17681768
- SQLCipher (= 4.5.7)
1769-
- XMTP (= 4.6.1-rc3)
1769+
- XMTP (= 4.6.1)
17701770
- Yoga (0.0.0)
17711771

17721772
DEPENDENCIES:
@@ -2179,8 +2179,8 @@ SPEC CHECKSUMS:
21792179
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
21802180
SQLCipher: 5e6bfb47323635c8b657b1b27d25c5f1baf63bf5
21812181
SwiftProtobuf: 4dbaffec76a39a8dc5da23b40af1a5dc01a4c02d
2182-
XMTP: d9e99e75df20472dd4845f5b9f0476e4748d1fd6
2183-
XMTPReactNative: ae7fe2223f35aae19235a1c792f3035f8ff70cb9
2182+
XMTP: 4585965d1df0e575bf58fdd359d095b53523a5fd
2183+
XMTPReactNative: ada2f52cd459a68b0ffbcc8a5221b0ac69feca69
21842184
Yoga: feb4910aba9742cfedc059e2b2902e22ffe9954a
21852185

21862186
PODFILE CHECKSUM: 5b1b93f724b9cde6043d1824960f7bfd9a7973cd

ios/XMTPReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.source_files = "**/*.{h,m,swift}"
2727

2828
s.dependency "MessagePacker"
29-
s.dependency "XMTP", "= 4.6.1-rc3"
29+
s.dependency "XMTP", "= 4.6.1"
3030
s.dependency 'CSecp256k1', '~> 0.2'
3131
s.dependency "SQLCipher", "= 4.5.7"
3232
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/react-native-sdk",
3-
"version": "5.1.0-rc1",
3+
"version": "5.1.0",
44
"description": "Wraps for native xmtp sdks for react native",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)