Skip to content

Commit 0f90514

Browse files
committed
Prepare release 2.4.1.
1 parent d31b58b commit 0f90514

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

2222
```groovy
23-
implementation("com.uwetrottmann.androidutils:androidutils:2.4.0")
23+
implementation("com.uwetrottmann.androidutils:androidutils:2.4.1")
2424
```
2525

2626
## License

RELEASE_NOTES.md

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

4-
## Next version
5-
_TBD_
4+
## 2.4.1
5+
_2020-09-18_
66

77
- Change new Android SDK version check names to include code-name to appease Lint NewApi check.
88

androidutils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33
apply plugin: 'signing'
44

55
group = "com.uwetrottmann.androidutils"
6-
version = "2.4.1-SNAPSHOT"
6+
version = "2.4.1"
77

88
android {
99
compileSdkVersion 30 // Android 11

0 commit comments

Comments
 (0)