This is my first time trying to use bintray and jcenter but I created an open source Android library that I published to bintray and now I am trying to link it jcenter so that others can add the dependency to their project.
I followed several examples on how to upload the project to bintray and they all say that you have the click a button "Add to Jcenter" but I such button does not appear for me.
Here is my project https://bintray.com/tyczj359/MLCamera/mlcamera
What do I need to do to be able to add my repo to Jcenter?
Your repository is a Generic
repository and not a Maven
repository.
You need to open a Maven
repository and upload the files to a package in this repository.
You can follow this guide.