Skip to content

Commit f3d46f8

Browse files
committed
Add artifacts
1 parent 6ffa32a commit f3d46f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: anychart/build.gradle

+13
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,16 @@ dependencies {
4141
implementation 'androidx.appcompat:appcompat:1.6.1'
4242
testImplementation 'junit:junit:4.13.2'
4343
}
44+
45+
afterEvaluate {
46+
publishing {
47+
publications {
48+
release(MavenPublication) {
49+
from components.release
50+
groupId = 'com.anychart'
51+
artifactId = 'AnyChart-Android'
52+
version = '1.5'
53+
}
54+
}
55+
}
56+
}

0 commit comments

Comments
 (0)