From 358291ec8590d7509740141aff004e684e6d54f0 Mon Sep 17 00:00:00 2001 From: cgj_jdallen <1986821027@qq.com> Date: Mon, 18 Jan 2021 17:23:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E6=8F=90=E4=BA=A4=E5=88=B0je?= =?UTF-8?q?tpack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + jdm3u8downloader/build.gradle | 2 ++ 2 files changed, 3 insertions(+) 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