Skip to content

Commit 87d03aa

Browse files
committed
Reintroduce jitpack.io
1 parent b399cfd commit 87d03aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MPChartLib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'com.android.library'
3+
id 'maven-publish'
34
id 'kotlin-android'
45
}
56

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:7.3.1'
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1314
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1415
classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
1516
}

0 commit comments

Comments
 (0)