Skip to content

Commit

Permalink
Prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Aug 16, 2023
1 parent 2e740af commit dda6d8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This library is available on Maven Central.
<a href="https://search.maven.org/search?q=com.uwetrottmann.androidutils"><img src="https://img.shields.io/maven-central/v/com.uwetrottmann.androidutils/androidutils.svg?style=flat-square"></a>

```groovy
implementation("com.uwetrottmann.androidutils:androidutils:3.1.0")
implementation("com.uwetrottmann.androidutils:androidutils:4.0.0")
```

## License
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 0 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion androidutils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.uwetrottmann.androidutils"
version = "3.1.1-SNAPSHOT"
version = "4.0.0"

android {
namespace = "com.uwetrottmann.androidutils"
Expand Down

0 comments on commit dda6d8f

Please sign in to comment.