Skip to content

Commit bd6aae1

Browse files
committed
update to jfrog
1 parent 22cd566 commit bd6aae1

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@ repositories:-
88

99
```
1010
maven {
11-
url 'https://shimmersensing.jfrog.io/artifactory/dummyLcl'
11+
url 'https://shimmersensing.jfrog.io/artifactory/ShimmerAPI'
1212
}
1313
```
1414
dependencies:-
1515
```
16-
compile(group: 'com.shimmersensing', name: 'ShimmerAndroidInstrumentDriver', version: '3.0.65Beta', ext: 'aar')
17-
compile(group: 'com.shimmersensing', name: 'rmshimmerapi', version: '1.3') {
18-
// excluding org.json which is provided by Android
19-
exclude group: 'io.netty'
20-
exclude group: 'io.grpc'
21-
exclude group: 'com.google.protobuf'
22-
exclude group: 'org.apache.commons.math'
16+
compile(group: 'com.shimmersensing', name: 'ShimmerAndroidInstrumentDriver', version: '3.0.70Beta', ext: 'aar')
17+
implementation (group: 'com.shimmersensing', name: 'ShimmerBluetoothManager', version:'0.9.42beta'){
18+
// excluding org.json which is provided by Android
19+
exclude group: 'io.netty'
20+
exclude group: 'com.google.protobuf'
21+
exclude group: 'org.apache.commons.math'
2322
}
24-
compile(group: 'com.shimmersensing', name: 'rmshimmerbtmanager', version: '1.3') {
25-
// excluding org.json which is provided by Android
26-
exclude group: 'io.netty'
27-
exclude group: 'io.grpc'
28-
exclude group: 'com.google.protobuf'
29-
exclude group: 'org.apache.commons.math'
23+
implementation (group: 'com.shimmersensing', name: 'ShimmerDriver', version:'0.9.138beta'){
24+
// excluding org.json which is provided by Android
25+
exclude group: 'io.netty'
26+
exclude group: 'com.google.protobuf'
27+
exclude group: 'org.apache.commons.math'
3028
}
3129
```
3230

0 commit comments

Comments
 (0)