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.
1 parent 48753a7 commit c0f84e3Copy full SHA for c0f84e3
1 file changed
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.8_beta' // Replace with your package version
+ version = '3.2.9_beta' // Replace with your package version
87
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
88
}
89
0 commit comments