I'm trying to update an Android library on Bintray, But its not showing the new version of my library.
I updated my VERSION_NAME
and VERSION_CODE
in my library gradle.properties.
I updated my library version in my bintray.gradle file in my library.
My package name still remains the same.
Then I used the gradlew command.
./gradlew install
./gradlew bintrayUpload
As shown in https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en
It shows me BUILD SUCCESSFUL for both commands but Never uploads my library on Bintray, neither do I see any files uploaded.
Any thing else I could be missing?