Skip to content

Commit dda6d8f

Browse files
committed
Prepare release 4.0.0
1 parent 2e740af commit dda6d8f

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This library is available on Maven Central.
1818
<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>
1919

2020
```groovy
21-
implementation("com.uwetrottmann.androidutils:androidutils:3.1.0")
21+
implementation("com.uwetrottmann.androidutils:androidutils:4.0.0")
2222
```
2323

2424
## License

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Release Notes
22
=============
33

4-
## next
4+
## 4.0.0
5+
_2023-08-16_
56

67
- Add `AndroidUtils.isAtLeastUpsideDownCake`.
78
- Remove `CheatSheet` (use `androidx.appcompat.widget.TooltipCompat` as a replacement).

RELEASING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Define publishing properties in `~/.gradle/gradle.properties`:
1313
# Replace with your values
1414
SONATYPE_NEXUS_USERNAME=
1515
SONATYPE_NEXUS_PASSWORD=
16-
17-
signing.keyId=A3270D81
18-
signing.password=
19-
signing.secretKeyRingFile=C:/Users/Uwe/AppData/Roaming/gnupg/secring.gpg
2016
```
2117

2218
## Creating a release

androidutils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.uwetrottmann.androidutils"
9-
version = "3.1.1-SNAPSHOT"
9+
version = "4.0.0"
1010

1111
android {
1212
namespace = "com.uwetrottmann.androidutils"

0 commit comments

Comments
 (0)