Skip to content

Commit 5865a56

Browse files
committed
Prepare release 2.4.0.
1 parent 0158a40 commit 5865a56

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.3.1")
23+
implementation("com.uwetrottmann.androidutils:androidutils:2.4.0")
2424
```
2525

2626
## License

RELEASE_NOTES.md

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

4+
## 2.4.0
5+
_2020-09-17_
6+
7+
- Migrate to AndroidX.
8+
- Change `CheatSheet` to internally use `TooltipCompat` from AndroidX appcompat.
9+
- Add Android API level checks up to Android 11 (API level 30).
10+
- Add nullability, permission and type annotations.
11+
412
## 2.3.1
513
_2017-08-03_
614

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.3.2-SNAPSHOT"
6+
version = "2.4.0"
77

88
android {
99
compileSdkVersion 30 // Android 11

0 commit comments

Comments
 (0)