diff --git a/README.md b/README.md index b252ba1..6312e9e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This library is available on Maven Central. ```groovy -implementation("com.uwetrottmann.androidutils:androidutils:3.1.0") +implementation("com.uwetrottmann.androidutils:androidutils:4.0.0") ``` ## License diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b794395..e607b79 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,8 @@ Release Notes ============= -## next +## 4.0.0 +_2023-08-16_ - Add `AndroidUtils.isAtLeastUpsideDownCake`. - Remove `CheatSheet` (use `androidx.appcompat.widget.TooltipCompat` as a replacement). diff --git a/RELEASING.md b/RELEASING.md index 1f192e3..b98305d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -13,10 +13,6 @@ Define publishing properties in `~/.gradle/gradle.properties`: # Replace with your values SONATYPE_NEXUS_USERNAME= SONATYPE_NEXUS_PASSWORD= - -signing.keyId=A3270D81 -signing.password= -signing.secretKeyRingFile=C:/Users/Uwe/AppData/Roaming/gnupg/secring.gpg ``` ## Creating a release diff --git a/androidutils/build.gradle.kts b/androidutils/build.gradle.kts index b4b81ed..44de0ee 100644 --- a/androidutils/build.gradle.kts +++ b/androidutils/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.uwetrottmann.androidutils" -version = "3.1.1-SNAPSHOT" +version = "4.0.0" android { namespace = "com.uwetrottmann.androidutils"