add support for peer discovery over BLE

This commit is contained in:
Alex Akselrod 2023-09-21 12:34:48 -07:00
parent 9df80c0612
commit 39eba06f0c
No known key found for this signature in database
GPG key ID: 57D7612D178AA487
11 changed files with 196 additions and 12 deletions

View file

@ -1,2 +1,8 @@
rootProject.name = "Yggdrasil"
include ':app'
sourceControl {
gitRepository("https://codeberg.org/aakselrod/blemesh-android.git") {
producesModule("org.akselrod.blemesh:lib")
}
}