diff --git a/.idea/misc.xml b/.idea/misc.xml index 9ddc1ea..004641d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/build.gradle b/build.gradle index 957c789..d3dc53d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,10 +3,14 @@ buildscript { repositories { jcenter() + maven { + url "https://plugins.gradle.org/m2/" + } + maven { url "https://jitpack.io" } } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' - + 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 } diff --git a/corelibrary/build.gradle b/corelibrary/build.gradle index 3dba61f..5e4b8c6 100644 --- a/corelibrary/build.gradle +++ b/corelibrary/build.gradle @@ -1,5 +1,5 @@ apply plugin: 'com.android.library' - +apply plugin: 'com.github.dcendents.android-maven'//ADD android { compileSdkVersion 24 buildToolsVersion "25.0.0"