diff --git a/react-native-mcu-manager/android/build.gradle b/react-native-mcu-manager/android/build.gradle index accbe223..6b7e0373 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.7.3" + implementation "no.nordicsemi.android:mcumgr-ble:2.7.4" implementation "com.google.code.gson:gson:2.13.2" }