Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ publishing {
bar(MavenPublication) {
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
artifactId = 'shimmerandroidinstrumentdriver' // Replace with the name of your package
version = '3.2.3_beta' // Replace with your package version
version = '3.2.4_beta' // Replace with your package version
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
}
}
Expand Down
4 changes: 2 additions & 2 deletions ShimmerAndroidInstrumentDriver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ allprojects {
implementation 'java3d:vecmath:1.3.1'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.github.Jasonchenlijian:FastBle:2.4.0'
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.11.4_beta'){
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.11.5_beta'){

// excluding org.json which is provided by Android
exclude group: 'io.netty'
exclude group: 'com.google.protobuf'
exclude group: 'org.apache.commons.math'
}

implementation (group: 'com.shimmerresearch', name: 'shimmerdriver', version:'0.11.4_beta'){
implementation (group: 'com.shimmerresearch', name: 'shimmerdriver', version:'0.11.5_beta'){

// excluding org.json which is provided by Android
exclude group: 'io.netty'
Expand Down