I pushed an .aar artifact to Jcenter repository through bintray and gradle. I followed this tutorial step by step, the only thing I did different was I didn't give the correct Github repository link because the git repository is private. Now I am stuck at step 16. After I pushed my artifact file. I tried to follow the step 16 however that option isn't working in Bintray website. I tried to access my artifact as a dependency in another project but gradle can't find it and gives "Failed to resolve com.wingoku.tickers:1.0.0"
. What am I doing wrong?
Best Regards
EDIT:
I clicked on Add To JCenter last night and clicked the checkbox and provided my Groupid and it said "Message sent to bintray"
. Still When I click on Add to jcenter it asks me the same thing. And I still can't follow step 16 because MavenControl is still no clickable.