We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d2d63f + e1dc75d commit 2e6ba02Copy full SHA for 2e6ba02
ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle
@@ -83,7 +83,7 @@ publishing {
83
bar(MavenPublication) {
84
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
85
artifactId = 'shimmerandroidinstrumentdriver' // Replace with the name of your package
86
- version = '3.2.6_beta' // Replace with your package version
+ version = '3.2.7_beta' // Replace with your package version
87
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
88
}
89
0 commit comments