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