File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66
77 dependencies {
88 classpath ' com.android.tools.build:gradle:3.1.1'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
910 }
1011}
1112
Original file line number Diff line number Diff line change 11import com.android.builder.core.BuilderConstants
22
33apply plugin : ' com.android.library'
4+ apply plugin : ' com.github.dcendents.android-maven'
5+
46android {
57 buildToolsVersion ' 27.0.3'
68 compileSdkVersion 26
@@ -25,6 +27,6 @@ android.libraryVariants.all { variant ->
2527 task. from variant. javaCompile. destinationDir
2628 artifacts. add(' archives' , task);
2729}
28- apply from : ' https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle '
30+
2931dependencies {
3032}
You can’t perform that action at this time.
0 commit comments