diff --git a/react-native-mcu-manager/android/build.gradle b/react-native-mcu-manager/android/build.gradle index b02fa8f9..f57f206f 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.5.0" implementation "com.google.code.gson:gson:2.13.1" }