Directly include BLE lib as java files

This commit is contained in:
2019-04-02 10:41:57 +02:00
parent ad95f52f46
commit 2138c42ee0
70 changed files with 11154 additions and 4 deletions

View File

@@ -29,5 +29,4 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'no.nordicsemi.android:ble:2.1.1'
}