Closed RanaEnnabah closed 3 years ago
I currently install the lib using:
allprojects { repositories { google() jcenter() maven { url "https://jitpack.io" } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.github.weliem:blessed-android:2.0.5' //... }
.. however, I think there's a better way to install it from jcenter (or any other source) instead of GitHub. Right?
Thanks :)
What you are doing looks fine to me. The library is hosted on Jitpack indeed
So I don't understand your problem. Please elaborate
I currently install the lib using:
.. however, I think there's a better way to install it from jcenter (or any other source) instead of GitHub. Right?
Thanks :)