Skip to content

Commit 2eae1e1

Browse files
committed
test branch for JFROG, switching shimmerbasicexample to using the project ShimmerAndroidInstrumentDriver for the time being
1 parent 1764dfc commit 2eae1e1

File tree

1 file changed

+16
-1
lines changed
  • ShimmerAndroidInstrumentDriver/shimmerBasicExample

1 file changed

+16
-1
lines changed

ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)