Skip to content

Commit

Permalink
Nordic common lib updated to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Sep 11, 2024
1 parent 96fb220 commit d84457d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ nordic-data = "0.2.0"
nordic-wifi = "1.1.1"
nordic-mcumgr = "2.1.0"
nordic-scanner = "1.6.0"
nordic-common = "2.0.0"
nordic-common = "2.1.0"
nordic-memfault = "1.0.2"
nordicPlugins = "2.4"
dokkaPlugin = "1.9.20"
Expand Down Expand Up @@ -230,6 +230,7 @@ nordic-permissions-nfc = { group = "no.nordicsemi.android.common", name = "permi
nordic-permissions-ble = { group = "no.nordicsemi.android.common", name = "permissions-ble", version.ref = "nordic-common" }
nordic-permissions-internet = { group = "no.nordicsemi.android.common", name = "permissions-internet", version.ref = "nordic-common" }
nordic-permissions-wifi = { group = "no.nordicsemi.android.common", name = "permissions-wifi", version.ref = "nordic-common" }
nordic-permissions-notification = { group = "no.nordicsemi.android.common", name = "permissions-notification", version.ref = "nordic-common" }
nordic-wifi-ble = { group = "no.nordicsemi.android.wifi", name = "provisioning-ble", version.ref = "nordic-wifi" }
nordic-wifi-softap = { group = "no.nordicsemi.android.wifi", name = "provisioning-softap", version.ref = "nordic-wifi" }
nordic-wifi-nfc = { group = "no.nordicsemi.android.wifi", name = "provisioning-nfc", version.ref = "nordic-wifi" }
Expand Down

0 comments on commit d84457d

Please sign in to comment.