JitPack.
I'm using MPAndroidChart library in android studio. But when I'm trying to sync gradle I get an error as shown …
android gradle mpandroidchart jitpackCan't use anymore maven { url "https://jitpack.io" }. I have following gradle: apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { …
android gradle jitpackI've googled, and some says it's fixed after few trys, and by creating a new release, but It doesn't seem …
android jitpackI want to create the library and have access to it through the Internet. In Android Studio (via Gradle) dependency …
android android-studio github gradle jitpackHere's my problem: I've got a library stored at Github. That Library contains native code and everything that's needed for …
android android-ndk ndk-build jitpack