Skip to content

Commit

Permalink
Drop the db connection before deleting the db (#288)
Browse files Browse the repository at this point in the history
* drop the db connection before deleting the db

* update the libraries
  • Loading branch information
nplasterer authored Aug 20, 2024
1 parent eb81982 commit 3b464ce
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/java/libxmtp-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 28f5f611
Version: 28646190
Branch: main
Date: 2024-08-19 19:44:34 +0000
Date: 2024-08-20 18:09:12 +0000
1 change: 1 addition & 0 deletions library/src/main/java/org/xmtp/android/library/Client.kt
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ class Client() {
}

fun deleteLocalDatabase() {
dropLocalDatabaseConnection()
File(dbPath).delete()
}

Expand Down
Binary file modified library/src/main/jniLibs/arm64-v8a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/armeabi-v7a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/x86/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/x86_64/libuniffi_xmtpv3.so
Binary file not shown.

0 comments on commit 3b464ce

Please sign in to comment.