Skip to content

Commit 3b97f58

Browse files
authoredMar 11, 2024
Merge pull request #308 from xmtp/ar/hmac-fixes-hkdf
fix: Fix HMAC export
2 parents aced04a + 1544ca9 commit 3b97f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ repositories {
9898
dependencies {
9999
implementation project(':expo-modules-core')
100100
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
101-
implementation "org.xmtp:android:0.8.2"
101+
implementation "org.xmtp:android:0.8.3"
102102
implementation 'com.google.code.gson:gson:2.10.1'
103103
implementation 'com.facebook.react:react-native:0.71.3'
104104
implementation "com.daveanthonythomas.moshipack:moshipack:1.0.1"

0 commit comments

Comments
 (0)