diff --git a/README.md b/README.md index 6a5ded4a..cf357ee0 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,7 @@ ## Latest releases 🛠 -- Kotlin | [v5.4.0](https://github.com/mikepenz/Android-Iconics/tree/v5.4.0) -- Pre-Release | [v5.5.0-b01](https://github.com/mikepenz/Android-Iconics/tree/v5.5.0-b01) +- Kotlin | [v5.5.0](https://github.com/mikepenz/Android-Iconics/tree/v5.5.0) ## 1. Provide the gradle dependency ```gradle diff --git a/build.gradle b/build.gradle index e225fdb4..bb2f1226 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { ext { release = [ - versionName: "5.5.0-rc01", + versionName: "5.5.0", versionCode: 50500 ] diff --git a/gradle-release.gradle b/gradle-release.gradle index 7cc01cad..5d19ed7d 100644 --- a/gradle-release.gradle +++ b/gradle-release.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.vanniktech.maven.publish' // Configure the maven publish plugin mavenPublishing { // Use the new Maven Central Portal (https://central.sonatype.com/) - publishToMavenCentral(true) + publishToMavenCentral(true, false) // Enable GPG signing for all publications signAllPublications()