File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Release 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).
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ Define publishing properties in `~/.gradle/gradle.properties`:
1313# Replace with your values
1414SONATYPE_NEXUS_USERNAME=
1515SONATYPE_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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " com.uwetrottmann.androidutils"
9- version = " 3.1.1-SNAPSHOT "
9+ version = " 4.0.0 "
1010
1111android {
1212 namespace = " com.uwetrottmann.androidutils"
You can’t perform that action at this time.
0 commit comments