ericwlange / AndroidJSCore

AndroidJSCore allows Android developers to use JavaScript natively in their apps.
468 stars 78 forks source link

add to gradle #12

Closed krudos closed 8 years ago

krudos commented 8 years ago

it there a way to gadle download the androidjscore files automatic like in other libraries with a line like

dependencies {

compile 'com.github.ericwlange:androidjscore:2.1' }

i have see other projects that are easier to add

ericwlange commented 8 years ago

Do you have a link on how to set that up?

krudos commented 8 years ago

i think this should help you http://www.vandalsoftware.com/post/52468430435/publishing-an-android-library-aar-to-a-maven

here are others https://medium.com/android-news/the-complete-guide-to-creating-an-android-library-46628b7fc879#.wfftqf3o2

https://jitpack.io

ericwlange commented 8 years ago

Cool thanks. I will look into this.

ericwlange commented 8 years ago

The official 3.0.0 release has been added to jitpack. Enjoy!