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 69981de commit df4888fCopy full SHA for df4888f
library/build.gradle
@@ -73,8 +73,8 @@ publishing {
73
publications {
74
release(MavenPublication) {
75
groupId = 'com.github.getActivity'
76
- artifactId = 'ShapeView'
77
- version = '9.5'
+ artifactId = "${rootProject.name}"
+ version = "${android.defaultConfig.versionName}"
78
79
afterEvaluate {
80
from components.release
0 commit comments