From a54d0517562a72048fed361a8728979b6adff032 Mon Sep 17 00:00:00 2001 From: hzwangchenyan Date: Thu, 20 Jul 2017 20:13:59 +0800 Subject: [PATCH] add JitPack lib --- build.gradle | 6 ++---- htmltext/build.gradle | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index d0aa704..412eb10 100644 --- a/build.gradle +++ b/build.gradle @@ -5,10 +5,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.2' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files + classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' } } diff --git a/htmltext/build.gradle b/htmltext/build.gradle index 410d581..0dae8f8 100644 --- a/htmltext/build.gradle +++ b/htmltext/build.gradle @@ -1,4 +1,7 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' + +group = 'me.wcy' android { compileSdkVersion 25