diff --git a/README.md b/README.md index 99372fc..eb5546d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This library is available on Maven Central. ```groovy -implementation("com.uwetrottmann.androidutils:androidutils:2.4.0") +implementation("com.uwetrottmann.androidutils:androidutils:2.4.1") ``` ## License diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 64fef95..ea5e78d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,8 @@ Release Notes ============= -## Next version -_TBD_ +## 2.4.1 +_2020-09-18_ - Change new Android SDK version check names to include code-name to appease Lint NewApi check. diff --git a/androidutils/build.gradle b/androidutils/build.gradle index 9a1c02e..ca52294 100644 --- a/androidutils/build.gradle +++ b/androidutils/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven-publish' apply plugin: 'signing' group = "com.uwetrottmann.androidutils" -version = "2.4.1-SNAPSHOT" +version = "2.4.1" android { compileSdkVersion 30 // Android 11