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 ade3414 commit 3f39598Copy full SHA for 3f39598
build.gradle
@@ -10,6 +10,7 @@ buildscript {
10
}
11
dependencies {
12
classpath 'com.android.tools.build:gradle:3.0.0'
13
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
14
15
16
// NOTE: Do not place your application dependencies here; they belong
chart/build.gradle
@@ -1,5 +1,9 @@
1
apply plugin: 'com.android.library'
2
3
+apply plugin: 'com.github.dcendents.android-maven'
4
+
5
+group='com.github.chenyy0708'
6
7
def config = rootProject.ext.android // 配置
8
9
android {
0 commit comments