In last versions of android studio we can simply add the library https://jitpack.io
to the gradle
file (module project) easily but in the newest update (android-studio-bumble-bee
), the structure of this file has been changed and I don't know how to add this library.
how to add 'https://jitpack.io library to android studio version bumble bee?
6.7k views Asked by A. baladastian At
4
You can add it in your
settings.gradle
the following way: