how to import your own github forked library into android studio

前端 未结 5 1929
不思量自难忘°
不思量自难忘° 2021-02-01 19:12

I found a nice open library on GitHub, I imported it into my Android Studio project using Gradle dependencies, but then I realized I need to make little modifications on it.

5条回答
  •  借酒劲吻你
    2021-02-01 20:08

    This is how you should do it:

    • Fork the repo.
    • make changes and commit them
    • edit the push urls to your github forked repository.
    • make a release/tag
    • head over to jitpack.io
    • generate a url to add to your gradle file

提交回复
热议问题