Skip to content

Commit

Permalink
Minor changes in build.gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 7, 2021
1 parent 02aad4c commit ea12f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mcumgr-ble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ android {
}

dependencies {
// Import mcumgr-core
api project(':mcumgr-core')

// Import the BLE Library
api 'no.nordicsemi.android:ble:2.3.1'

// Logging
implementation 'org.slf4j:slf4j-api:1.7.32'

// Import mcumgr-core
api project(':mcumgr-core')

// Kotlin
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2"

Expand Down
1 change: 0 additions & 1 deletion mcumgr-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android {
}

dependencies {

// Kotlin
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2"

Expand Down

0 comments on commit ea12f58

Please sign in to comment.