Skip to content
Merged
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 @@ -78,7 +78,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.0.85_beta' // Replace with your package version
version = '3.0.86_beta' // Replace with your package version
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
}
}
Expand Down