From a8ff09b9fdc42cae976e4d9b54e34e46988aff56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 06:48:25 +0000 Subject: [PATCH] build(deps): bump no.nordicsemi.android:dfu in /android Bumps [no.nordicsemi.android:dfu](https://github.com/NordicSemiconductor/Android-DFU-Library) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/NordicSemiconductor/Android-DFU-Library/releases) - [Commits](https://github.com/NordicSemiconductor/Android-DFU-Library/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: no.nordicsemi.android:dfu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index c796a37..9d48e93 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'no.nordicsemi.android:dfu:2.8.0' + implementation 'no.nordicsemi.android:dfu:2.9.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } repositories {