I deployed my library to maven central via sonatype
. The library is released and I can access it from gradle
. This is a library for Android, and I deployed it from Android Studio.
Recently, I updated some code and added new features to the library, so I want to update the library on Maven Central as well, but I couldn't find any info or guide on how to do it.
Should I just update version in the gradle.properties
file and upload the library again via gradle uploadArchives?