diff --git a/README.md b/README.md index 0c2b9dc..668102f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { // For AndroidX enabled projects. - implementation 'com.pranavpandey.android:dynamic-utils:4.4.0' + implementation 'com.pranavpandey.android:dynamic-utils:4.4.1' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-utils:1.3.0' diff --git a/build.gradle b/build.gradle index 3fe46d9..c185720 100644 --- a/build.gradle +++ b/build.gradle @@ -66,8 +66,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-utils' mavenInceptionYear = '2017' - mavenVersion = '4.4.0' - mavenVersionCode = 35 + mavenVersion = '4.4.1' + mavenVersionCode = 36 developerId = 'pranavpandey' developerName = 'Pranav Pandey'