TL;DR
- App: Kotlin 2.3.10
- Doc: Dokka 2.2-Beta
- Lib: Bugfix #511
- Android Gradle Plugin 9.0
What's Changed
- fix: connecting and disconnecting state issue by @juliansteenbakker in #511
Other
- Dependencies updated by @philips77 in #516
- Update actions/checkout action to v6 by @renovate[bot] in #512
- chore(deps): update gradle to v9.3.1 by @renovate[bot] in #510
- Documentation regenerated by @philips77 in #517
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
}
}The nRF DFU app has minSdk = 21.
Full Changelog: 2.10.1...2.11.0