@@ -48,7 +48,22 @@ dependencies {
4848 // compile project(':ShimmerAndroidInstrumentDriver')
4949 // compile 'ShimmerAndroidInstrumentDriver:ShimmerAndroidInstrumentDriver:3.0.69Beta_AA-245_AA-246'
5050 androidTestCompile ' com.android.support:support-annotations:25.3.1'
51- compile project(' :ShimmerAndroidInstrumentDriver' )
51+ // compile project(':ShimmerAndroidInstrumentDriver')
52+ compile(group : ' com.shimmersensing' , name : ' ShimmerAndroidInstrumentDriver' , version : ' 3.0.65Beta' , ext : ' aar' )
53+ compile(group : ' com.shimmersensing' , name : ' rmshimmerapi' , version : ' 1.3' ) {
54+ // excluding org.json which is provided by Android
55+ exclude group : ' io.netty'
56+ exclude group : ' io.grpc'
57+ exclude group : ' com.google.protobuf'
58+ exclude group : ' org.apache.commons.math'
59+ }
60+ compile(group : ' com.shimmersensing' , name : ' rmshimmerbtmanager' , version : ' 1.3' ) {
61+ // excluding org.json which is provided by Android
62+ exclude group : ' io.netty'
63+ exclude group : ' io.grpc'
64+ exclude group : ' com.google.protobuf'
65+ exclude group : ' org.apache.commons.math'
66+ }
5267 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
5368 testImplementation ' junit:junit:4.12'
5469 androidTestImplementation ' com.android.support.test:runner:1.0.1'
0 commit comments