diff --git a/build.gradle b/build.gradle index a3330d4..94f1344 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -15,6 +16,7 @@ buildscript { allprojects { repositories { jcenter() + maven { url 'https://jitpack.io' } } } diff --git a/randomtextviewlibrary/build.gradle b/randomtextviewlibrary/build.gradle index d130b0a..c9d5c6d 100644 --- a/randomtextviewlibrary/build.gradle +++ b/randomtextviewlibrary/build.gradle @@ -1,5 +1,5 @@ apply plugin: 'com.android.library' - +apply plugin: 'com.github.dcendents.android-maven' android { compileSdkVersion 23 buildToolsVersion "23.0.2"