File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ShimmerAndroidInstrumentDriver
ShimmerAndroidInstrumentDriver Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments