I forked a repo on Github and wanted to build it into my project. I figured Jitpack would be the easiest way to do this. I followed the instructions perfectly and I still cannot get it to compile.
I noticed in Android Studio that when I expand the "External Libraries" section in the left pane that I can see the repo there. However, when I expand it, not all of the classes are there. Some that are there seem obfuscated. I see the Java package name I would expect, but then I see a, b, c, d, e, f, g, h, i, j, as the classes. What in the world is going on here?