Skip to content

Releases: NordicSemiconductor/Android-Gradle-Plugins

2.6.1

23 Dec 09:59
d557aef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6...2.6.1

2.6

20 Dec 22:37
ba42ecb
Compare
Choose a tag to compare
2.6

Migration guide

This version migrates Dokka to version 2.0.0. Some steps are required:

  1. To gadle.properties add (example):
    org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
    org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
    
  2. 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
    
  3. Configure dokka for root project using Dokka extension (example):
    dokka {
       ...
    }
    
  4. Set up Java version to 21 in GitHub workflows (example):
       - uses: actions/setup-java@v4
         with:
           distribution: 'jetbrains'
           java-version: '21'
    

What's Changed

Full Changelog: 2.5-5...2.6

2.5-5

17 Dec 09:55
f025eae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5-4...2.5-5

2.5-4

09 Dec 13:59
accd085
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5-3...2.5-4

2.5-3

05 Dec 11:15
36dabce
Compare
Choose a tag to compare

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

04 Dec 12:11
a6e38b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5-1...2.5-2

2.5-1

02 Dec 08:11
188a1b2
Compare
Choose a tag to compare

Important changes

  • Kotlin 2.0.21 -> 2.1.0
  • Android Studio Ladybug | 2024.2.1 Patch 2
  • Android Compose 2024.11.0

What's Changed

Full Changelog: 2.5...2.5-1

2.5

21 Oct 21:43
12bb725
Compare
Choose a tag to compare
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

Full Changelog: 2.4-2...2.5

2.4-2

14 Oct 20:18
ea721bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4-1...2.4-2

2.4-1

11 Sep 09:21
d6eae9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4...2.4-1