mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:45:20 +00:00
Changes bitchat protocol (#265)
* create payload * compiles and can send messages * identityannouncement * DMs work, read receipt not sent yet * works * delete old code * simplify * working * fragment wip * compression wip * use zlib compression * clean * nice * mesh * remove comments
This commit is contained in:
@@ -34,8 +34,7 @@ kotlinx-coroutines = "1.10.2"
|
||||
# Bluetooth
|
||||
nordic-ble = "2.6.1"
|
||||
|
||||
# Compression
|
||||
lz4-java = "1.8.0"
|
||||
|
||||
|
||||
# Security
|
||||
security-crypto = "1.1.0-beta01"
|
||||
@@ -85,8 +84,7 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
|
||||
# Bluetooth
|
||||
nordic-ble = { module = "no.nordicsemi.android:ble", version.ref = "nordic-ble" }
|
||||
|
||||
# Compression
|
||||
lz4-java = { module = "org.lz4:lz4-java", version.ref = "lz4-java" }
|
||||
|
||||
|
||||
# Security
|
||||
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "security-crypto" }
|
||||
|
||||
Reference in New Issue
Block a user