We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd7738 commit 2763053Copy full SHA for 2763053
2 files changed
MPChartLib/build.gradle
@@ -1,7 +1,8 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'maven'
3
-//apply plugin: 'com.github.dcendents.android-maven'
+apply plugin: 'com.github.dcendents.android-maven'
4
//apply plugin: 'realm-android'
5
+group='com.github.lambdaxiao'
6
7
android {
8
compileSdkVersion 28
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
dependencies {
10
classpath 'com.android.tools.build:gradle:3.4.0'
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12
-
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
15
}
0 commit comments