Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 8a2f0f2

Browse files
author
ericwlange
committed
Added jitpack dependencies
1 parent f73b23a commit 8a2f0f2

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

AndroidJSCore/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AndroidJSCore/AndroidJSCore/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ dependencies {
3636
androidTestCompile 'org.hamcrest:hamcrest-library:1.3'
3737
}
3838

39+
apply plugin: 'com.github.dcendents.android-maven'
40+
41+
group='com.github.ericwlange'
42+
3943
task hemroidBuild(type: Exec) {
4044
def rootDir = project.rootDir
4145
def localProperties = new File(rootDir, "local.properties")

AndroidJSCore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.1.2'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
910

1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files

examples/AndroidJSCoreExample/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)