diff --git a/README.md b/README.md index ddb5408..376515d 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.3.2' + implementation 'com.pranavpandey.android:dynamic-utils:4.4.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-utils:1.3.0' diff --git a/build.gradle b/build.gradle index 6e6abed..97b2a7b 100644 --- a/build.gradle +++ b/build.gradle @@ -66,8 +66,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-utils' mavenInceptionYear = '2017' - mavenVersion = '4.3.2' - mavenVersionCode = 34 + mavenVersion = '4.4.0' + mavenVersionCode = 35 developerId = 'pranavpandey' developerName = 'Pranav Pandey'