File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ plugins {
4
4
id ' maven-publish'
5
5
}
6
6
7
+ group = ' com.github.jitpack'
8
+ version = ' 1.0.1'
9
+
7
10
android {
8
11
compileSdk 30
9
12
@@ -38,3 +41,17 @@ dependencies {
38
41
implementation ' androidx.appcompat:appcompat:1.3.1'
39
42
implementation ' com.google.android.material:material:1.4.0'
40
43
}
44
+
45
+ afterEvaluate {
46
+ publishing {
47
+ publications {
48
+ // Creates a Maven publication called "release".
49
+ release(MavenPublication ) {
50
+ from components. release
51
+ groupId = ' com.github.jitpack'
52
+ artifactId = ' charts'
53
+ version = ' 1.0.1'
54
+ }
55
+ }
56
+ }
57
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ dependencyResolutionManagement {
4
4
google()
5
5
mavenCentral()
6
6
jcenter() // Warning: this repository is going to shut down soon
7
- maven { url " https://jitpack.io" }
8
7
}
9
8
}
10
9
rootProject. name = " ChartExample"
You can’t perform that action at this time.
0 commit comments