Skip to content

Commit df4888f

Browse files
committed
优化 jitpack 构建配置
1 parent 69981de commit df4888f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ publishing {
7373
publications {
7474
release(MavenPublication) {
7575
groupId = 'com.github.getActivity'
76-
artifactId = 'ShapeView'
77-
version = '9.5'
76+
artifactId = "${rootProject.name}"
77+
version = "${android.defaultConfig.versionName}"
7878

7979
afterEvaluate {
8080
from components.release

0 commit comments

Comments
 (0)