1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-08 23:50:40 +02:00

do Bluetooth LE scan before connecting to improve connection performance

This commit is contained in:
oliexdev
2019-02-02 11:16:23 +01:00
parent bd021b75de
commit acdd63a655
3 changed files with 51 additions and 13 deletions

View File

@@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test"
minSdkVersion 19
targetSdkVersion 28
versionCode 38
versionName "1.9.1"
versionCode 39
versionName "1.9.2"
javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }