From 2f05af13a75a64dfc31cc00a2d04efe1879065e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Aug 2025 08:28:25 +0000 Subject: [PATCH] fix(deps): update dependency no.nordicsemi.android:mcumgr-ble to v2.6.0 --- react-native-mcu-manager/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-mcu-manager/android/build.gradle b/react-native-mcu-manager/android/build.gradle index b02fa8f9..2fafa8f9 100644 --- a/react-native-mcu-manager/android/build.gradle +++ b/react-native-mcu-manager/android/build.gradle @@ -50,6 +50,6 @@ repositories { } dependencies { - implementation "no.nordicsemi.android:mcumgr-ble:2.2.2" + implementation "no.nordicsemi.android:mcumgr-ble:2.6.0" implementation "com.google.code.gson:gson:2.13.1" }