diff --git a/core/build.gradle b/core/build.gradle index 2a93753..c5b28b0 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.library' +apply from: 'https://raw.github.com/hotchemi/gradle-apklib-plugin/master/gradle-apklib.gradle' repositories { mavenCentral() @@ -19,4 +20,4 @@ android { } } -apply from: "${rootDir}/gradle/scripts/gradle-mvn-push.gradle" \ No newline at end of file +apply from: "${rootDir}/gradle/scripts/gradle-mvn-push.gradle" diff --git a/layouts/build.gradle b/layouts/build.gradle index a0b34ec..08bf2c6 100644 --- a/layouts/build.gradle +++ b/layouts/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.library' +apply from: 'https://raw.github.com/hotchemi/gradle-apklib-plugin/master/gradle-apklib.gradle' repositories { mavenCentral()