File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.4.0 ")
23+ implementation("com.uwetrottmann.androidutils:androidutils:2.4.1 ")
2424```
2525
2626## License
Original file line number Diff line number Diff line change 11Release 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
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.4.1-SNAPSHOT "
6+ version = " 2.4.1"
77
88android {
99 compileSdkVersion 30 // Android 11
You can’t perform that action at this time.
0 commit comments