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 823534a commit 04a0d20Copy full SHA for 04a0d20
MPChartLib/build.gradle
@@ -1,6 +1,5 @@
1
plugins {
2
id 'com.android.library'
3
- id 'maven-publish'
4
id 'kotlin-android'
5
}
6
build.gradle
@@ -10,7 +10,6 @@ buildscript {
10
11
dependencies {
12
classpath 'com.android.tools.build:gradle:7.3.1'
13
- classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
14
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15
classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
16
0 commit comments