Releases: NordicSemiconductor/Android-Gradle-Plugins
Releases · NordicSemiconductor/Android-Gradle-Plugins
2.6.1
What's Changed
- Migration improvement by @philips77 in #288
- Nordic dependencies updated by @philips77 in #289
Full Changelog: 2.6...2.6.1
2.6
Migration guide
This version migrates Dokka to version 2.0.0. Some steps are required:
- To gadle.properties add (example):
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
- Apply
org.jetbrains.dokka
in the main build.gradle.kts file (example):// This plugin is used to generate Dokka documentation. alias(libs.plugins.kotlin.dokka) apply false // This applies Nordic look & feel to generated Dokka documentation. alias(libs.plugins.nordic.dokka) apply true
- Configure dokka for root project using Dokka extension (example):
dokka { ... }
- Set up Java version to 21 in GitHub workflows (example):
- uses: actions/setup-java@v4 with: distribution: 'jetbrains' java-version: '21'
What's Changed
- Migration to Gradle 8.11 and Dokka 2.0 by @philips77 in #281
- Dependency clean up by @philips77 in #284
- Update kotlin 1.9.0 to v1.10.0 by @renovate in #283
- Update kotlin 1.10.0 to v1.10.1 by @renovate in #285
- Update all dependencies - autoclosed by @renovate in #282
- Update all dependencies by @renovate in #286
- Migrate renovate config by @renovate in #287
Full Changelog: 2.5-5...2.6
2.5-5
2.5-4
What's Changed
- Update all dependencies by @renovate in #278
- Nordic dependencies updated by @philips77 in #279
Full Changelog: 2.5-3...2.5-4
2.5-3
What's Changed
- Update dependency com.google.protobuf:protobuf-kotlin-lite 4.29.0 to v4.29.1 by @renovate in #276
- BLEK and Commons libs updated by @philips77 in #277
Full Changelog: 2.5-2...2.5-3
2.5-2
What's Changed
- Update all dependencies by @renovate in #272
- Nordic Common Lib updated to 2.1.1 by @philips77 in #273
- Material3 Adaptive libraries added to toml by @philips77 in #274
- nRF Memfault lib updated by @philips77 in #275
Full Changelog: 2.5-1...2.5-2
2.5-1
2.5
Android 15
This version sets targetSdk
and compileSdk
to 35 (Android 15).
See behavior changes here: https://developer.android.com/about/versions/15/behavior-changes-15
What's Changed
- Setting target Android SDK version to 35 by @philips77 in #268
- Nordic Gradle Plugins version set to 2.5 by @philips77 in #269
- Update all dependencies by @renovate in #266 and by @philips77 in #267
Full Changelog: 2.4-2...2.5
2.4-2
2.4-1
What's Changed
- Update README.md by @philips77 in #257
- Update kotlin by @renovate in #259
- Update all dependencies by @renovate in #258
- Update all dependencies by @renovate in #261
- Nordic Common lib and DFU lib updated by @philips77 in #262
Full Changelog: 2.4...2.4-1