Library files not loading in Bintray

I am trying to update the Android library on Bintray, but it does not show the new version of my library.

I updated my VERSION_NAMEand VERSION_CODEin my gradle.properties library.

I updated my version of the library in my bintray.gradle file in my library.

The name of my package is still the same.

Then I used the gradlew command.

./gradlew install

./gradlew bintrayUpload

As shown at https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en

It shows me a BUILD SUCCESSFUL for both commands, but it never loads my library on Bintray, and I don’t see the downloaded files.

Any thing I could miss?

+4

Source: https://habr.com/ru/post/1679988/


All Articles