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