Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Create APKLibs as well as AARs #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand All @@ -19,4 +20,4 @@ android {
}
}

apply from: "${rootDir}/gradle/scripts/gradle-mvn-push.gradle"
apply from: "${rootDir}/gradle/scripts/gradle-mvn-push.gradle"
1 change: 1 addition & 0 deletions layouts/build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand Down