diff --git a/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle b/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle index 5b7c3057..3f1ab1b0 100644 --- a/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle +++ b/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle @@ -103,5 +103,5 @@ dependencies { compile files('libs/AndroidBluetoothLibrary.jar') compile files('libs/androidplot-core-0.5.0-release.jar') compile 'com.android.support:appcompat-v7:26.1.0' - compile 'com.clj.fastble:FastBleLib:2.3.4' + implementation 'com.github.Jasonchenlijian:FastBle:2.4.0' } diff --git a/ShimmerAndroidInstrumentDriver/build.gradle b/ShimmerAndroidInstrumentDriver/build.gradle index 8ab97522..c4dfa732 100644 --- a/ShimmerAndroidInstrumentDriver/build.gradle +++ b/ShimmerAndroidInstrumentDriver/build.gradle @@ -68,6 +68,7 @@ allprojects { mavenCentral() mavenLocal() jcenter() + maven { url 'https://jitpack.io' } } subprojects { afterEvaluate { @@ -75,7 +76,7 @@ allprojects { implementation 'com.google.guava:guava:20.0' implementation 'java3d:vecmath:1.3.1' implementation 'com.android.support:appcompat-v7:26.1.0' - implementation 'com.clj.fastble:FastBleLib:2.3.4' + implementation 'com.github.Jasonchenlijian:FastBle:2.4.0' implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.10.18_alpha'){ // excluding org.json which is provided by Android