Skip to content

Commit f868a0c

Browse files
authored
Merge pull request #103 from ShimmerEngineering/DEV-479_2
DEV-479
2 parents d4f638e + 9e379f3 commit f868a0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ publishing {
8282
bar(MavenPublication) {
8383
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
8484
artifactId = 'shimmerandroidinstrumentdriver' // Replace with the name of your package
85-
version = '3.2.3_beta' // Replace with your package version
85+
version = '3.2.4_beta' // Replace with your package version
8686
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
8787
}
8888
}

ShimmerAndroidInstrumentDriver/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ allprojects {
7878
implementation 'java3d:vecmath:1.3.1'
7979
implementation 'com.android.support:appcompat-v7:26.1.0'
8080
implementation 'com.github.Jasonchenlijian:FastBle:2.4.0'
81-
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.11.4_beta'){
81+
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.11.5_beta'){
8282

8383
// excluding org.json which is provided by Android
8484
exclude group: 'io.netty'
8585
exclude group: 'com.google.protobuf'
8686
exclude group: 'org.apache.commons.math'
8787
}
8888

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

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

0 commit comments

Comments
 (0)