mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-23 17:34:28 +01:00
Bump version catalog
This commit is contained in:
@@ -152,6 +152,7 @@ class GlsServer @Inject constructor(
|
|||||||
batteryLevelCharacteristic.setValue(byteArrayOf(0x60))
|
batteryLevelCharacteristic.setValue(byteArrayOf(0x60))
|
||||||
delay(STANDARD_DELAY)
|
delay(STANDARD_DELAY)
|
||||||
batteryLevelCharacteristic.setValue(byteArrayOf(0x5F))
|
batteryLevelCharacteristic.setValue(byteArrayOf(0x5F))
|
||||||
|
delay(STANDARD_DELAY)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
create("libs") {
|
create("libs") {
|
||||||
from("no.nordicsemi.android.gradle:version-catalog:1.5.2")
|
from("no.nordicsemi.android.gradle:version-catalog:1.5.5")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user