File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ repositories {
9595dependencies {
9696 implementation project(' :expo-modules-core' )
9797 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ getKotlinVersion()} "
98- implementation " org.xmtp:android:4.6.4 "
98+ implementation " org.xmtp:android:4.6.6 "
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"
Original file line number Diff line number Diff 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.4 "
29+ s . dependency "XMTP" , "= 4.6.6 "
3030 s . dependency 'CSecp256k1' , '~> 0.2'
3131 s . dependency "SQLCipher" , "= 4.5.7"
3232end
Original file line number Diff line number Diff line change 11{
22 "name" : " @xmtp/react-native-sdk" ,
3- "version" : " 5.3 .0" ,
3+ "version" : " 5.4 .0" ,
44 "description" : " Wraps for native xmtp sdks for react native" ,
55 "main" : " build/index.js" ,
66 "types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments