Skip to content

Update dependency no.nordicsemi.android:dfu to v2.11.0 - #41

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/no.nordicsemi.android-dfu-2.x
Open

Update dependency no.nordicsemi.android:dfu to v2.11.0#41
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/no.nordicsemi.android-dfu-2.x

Conversation

@renovate

@renovate renovate Bot commented May 6, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
no.nordicsemi.android:dfu 2.3.02.11.0 age adoption passing confidence

Release Notes

NordicSemiconductor/Android-DFU-Library (no.nordicsemi.android:dfu)

v2.11.0

Compare Source

TL;DR

  • App: Kotlin 2.3.10
  • Doc: Dokka 2.2-Beta
  • Lib: Bugfix #​511
  • Android Gradle Plugin 9.0

What's Changed

Other

Compatibility

The library is still compatible with Android 4.3:

android {
    namespace = "no.nordicsemi.android.dfu"

    defaultConfig {
        minSdk = 18
    }

    compileOptions {
        sourceCompatibility = JavaVersion.VERSION_11
        targetCompatibility = JavaVersion.VERSION_11
    }
}

https://github.com/NordicSemiconductor/Android-DFU-Library/blob/eb06c98e5497da5b66dad119932b847c9363f6ef/lib/dfu/build.gradle.kts#L64-L75

The nRF DFU app has minSdk = 21.

Full Changelog: nordicsemi/Android-DFU-Library@2.10.1...2.11.0

v2.10.1

Compare Source

What's Changed

Full Changelog: nordicsemi/Android-DFU-Library@2.10.0...2.10.1

v2.10.0

Compare Source

What's Changed

Dependencies updated

New Contributors

Full Changelog: nordicsemi/Android-DFU-Library@2.9.0...2.10.0

v2.9.0

Compare Source

TL;DR

Bug fix

  • Nordic Gradle Plugin 2.6.1 upgraded Dagger to 2.54 which should have this bug fixed - now the app could be able to compile on Windows.

What's Changed

New Contributors

Full Changelog: nordicsemi/Android-DFU-Library@2.8.0...2.9.0

v2.8.0

Compare Source

What's Changed in the DFU Library

  • No changes to the DFU library, only nRF DFU sample app.

What's Changed in nRF DFU app

Other

New Contributors

Full Changelog: nordicsemi/Android-DFU-Library@2.7.0...2.8.0

v2.7.0

Compare Source

What's Changed

TL;DR

  1. In case of disconnection, the reported error will have the status number received in onConnectionStateChange, instead of always ERROR_DEVICE_DISCONNECTED.
  2. Hint were added to LogCat logs for some common errors.
  3. Foreground service gets automatic type CONNECTED DEVICE, no need to set it in the Manifest.
  4. In the app Prepare Object Delay was changed from 400 to 0 ms.
  5. Library requests HIGH connection priority (connection interval 15 ms) just before upload.

Full Changelog: nordicsemi/Android-DFU-Library@2.6.0...2.7.0

v2.6.0

Compare Source

DFU Library

App

Other

Full Changelog: nordicsemi/Android-DFU-Library@2.5.0...2.6.0

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: nordicsemi/Android-DFU-Library@2.4.2...2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: nordicsemi/Android-DFU-Library@2.4.1...2.4.2

v2.4.1

Compare Source

What's Changed

No changes in the DFU library itself.

Full Changelog: nordicsemi/Android-DFU-Library@2.4.0...2.4.1

v2.4.0

Compare Source

Highlights

  • DFU Library was migrated back from Java 17 to Java 11 to support Unity (#​420).

What's Changed

Full Changelog: nordicsemi/Android-DFU-Library@2.3.2...2.4.0

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: nordicsemi/Android-DFU-Library@2.3.1...2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: nordicsemi/Android-DFU-Library@2.3.0...2.3.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants