Skip to content

Commit

Permalink
Merge pull request #266 from xmtp/np/bump-gradle
Browse files Browse the repository at this point in the history
Fix transport error
  • Loading branch information
nplasterer authored Feb 16, 2024
2 parents 0835af4 + 5051c74 commit cbcc042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
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"
implementation "org.xmtp:android:0.7.12"
implementation "org.xmtp:android:0.7.13"
// xmtp-android local testing setup below (comment org.xmtp:android above)
// implementation files('<PATH TO XMTP-ANDROID>/xmtp-android/library/build/outputs/aar/library-debug.aar')
// implementation 'com.google.crypto.tink:tink-android:1.7.0'
Expand Down

0 comments on commit cbcc042

Please sign in to comment.