[+] Import no.nordicsemi.android:ble-ktx

This commit is contained in:
Azalea Gui
2023-01-23 11:02:35 -05:00
parent 0bd9b85e56
commit 27f3264c30
+4 -1
View File
@@ -36,13 +36,16 @@ android {
}
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
// BLE Library
implementation 'no.nordicsemi.android:ble-ktx:2.6.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'