Skip to content

2.11.0

Latest

Choose a tag to compare

@philips77 philips77 released this 11 Feb 12:14
· 2 commits to main since this release

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: 2.10.1...2.11.0