File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Release 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33apply plugin : ' signing'
44
55group = " com.uwetrottmann.androidutils"
6- version = " 2.3.2-SNAPSHOT "
6+ version = " 2.4.0 "
77
88android {
99 compileSdkVersion 30 // Android 11
You can’t perform that action at this time.
0 commit comments