Skip to content

Commit

Permalink
fix: bump cocopods and android version
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed May 19, 2023
1 parent 94e0899 commit 7c7b2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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'
}
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 7c7b2b8

Please sign in to comment.