0

I have a reusable library which I use for all the projects that I work on. At the moment, to link the library to the project, I create a symlync, include it in settings.graddle....etc. Is there a way to simplify this? The ideal situation would be for me to add it just in the mobile.graddle file

i.e

dependencies {
compile 'com.android.support:appcompat-v7:20.0.0

Any pointers and how to achieve this is highly appreciated.

Note: I'm not willing to share the lib with the world.

android enthusiast
  • 2,062
  • 2
  • 24
  • 45

2 Answers2

0

Maybe this link can help you: https://jitpack.io/private#auth

Jeffalee
  • 1,080
  • 1
  • 7
  • 15
0
  1. Android Studio- File -> New -> Import Module (Locate the module and choose it and click Finish.)

  2. Once the module has been imported, File -> Project Structure -> Dependencies -> click + -> Choose Module dependency.

Yauraw Gadav
  • 1,706
  • 1
  • 18
  • 39