Skip to content

Commit

Permalink
bump the android version
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 14, 2023
1 parent 14aa8a4 commit 57516c4
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 @@ -95,7 +95,7 @@ repositories {
dependencies {
implementation project(':expo-modules-core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
implementation "org.xmtp:android:0.5.6"
implementation "org.xmtp:android:0.6.1"
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"
Expand Down
2 changes: 1 addition & 1 deletion example/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ test("can paginate batch messages", async () => {
);
}

if (messagesAsc[0].content.text !== "Message 0") {
if (messagesAsc[0].content.text !== "Initial Message") {
throw Error(
"Unexpected messagesAsc content " + messagesAsc[0].content.text
);
Expand Down

0 comments on commit 57516c4

Please sign in to comment.