Skip to content

Commit

Permalink
Merge pull request #40 from xmtp/np/upgrade-android-performance
Browse files Browse the repository at this point in the history
fix: bump cocopods and android version
  • Loading branch information
nplasterer authored May 19, 2023
2 parents 94e0899 + f1a7bc9 commit a401586
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ repositories {
dependencies {
implementation project(':expo-modules-core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
implementation "org.xmtp:android:0.1.3"
implementation "org.xmtp:android:0.1.5"
implementation 'com.google.code.gson:gson:2.10.1'
}
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,15 @@ PODS:
- GenericJSON (~> 2.0)
- Logging (~> 1.0.0)
- secp256k1.swift (~> 0.1)
- XMTP (0.1.3-beta0):
- XMTP (0.2.2-alpha0):
- Connect-Swift
- GzipSwift
- web3.swift
- XMTPRust (= 0.1.2-beta0)
- XMTPRust (= 0.2.2-beta0)
- XMTPReactNative (0.1.0):
- ExpoModulesCore
- XMTP (= 0.1.3-beta0)
- XMTPRust (0.1.2-beta0)
- XMTP (= 0.2.2-alpha0)
- XMTPRust (0.2.2-beta0)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -656,9 +656,9 @@ SPEC CHECKSUMS:
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7
web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959
XMTP: b2286639f0cff509e909eed5b0ce2aed7eea3e77
XMTPReactNative: bdd05452ff13f1276f13ca3d1034535c40bf5970
XMTPRust: 2c356f57f034d771717933a6127a7d51667f9843
XMTP: 598e07c552640e6addc9d175dc197832b7c73142
XMTPReactNative: aeb1694e329b9d60433525f0a9e049cae7657e7a
XMTPRust: 10f79ec17747b15d3c626984f433b4f5ce948fff
Yoga: ba09b6b11e6139e3df8229238aa794205ca6a02a

PODFILE CHECKSUM: 522d88edc2d5fac4825e60a121c24abc18983367
Expand Down
2 changes: 1 addition & 1 deletion ios/XMTPReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Pod::Spec.new do |s|
}

s.source_files = "**/*.{h,m,swift}"
s.dependency "XMTP", "= 0.1.3-beta0"
s.dependency "XMTP", "= 0.2.2-alpha0"
end

0 comments on commit a401586

Please sign in to comment.