diff --git a/build.gradle b/build.gradle index fb516be..3408510 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.5.2' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // 添加本行,这个版本与gradle版本有关 // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/jdm3u8downloader/build.gradle b/jdm3u8downloader/build.gradle index 0eb3db3..4fe022d 100644 --- a/jdm3u8downloader/build.gradle +++ b/jdm3u8downloader/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' // 添加本行 +//group='com.github.WeDox' // 添加本行 android { compileSdkVersion 29