From 66810d3b9d2f39e520866e30e4b28ae445ac2d7e Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Sat, 11 Mar 2023 14:43:31 +0530 Subject: [PATCH] Version 4.4.8 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0a23ca..2377de8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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.7' + implementation 'com.pranavpandey.android:dynamic-utils:4.4.8' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-utils:1.3.0' diff --git a/build.gradle b/build.gradle index 315c434..7cee439 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 Pranav Pandey + * Copyright 2017-2023 Pranav Pandey * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -66,8 +66,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-utils' mavenInceptionYear = '2017' - mavenVersion = '4.4.7' - mavenVersionCode = 42 + mavenVersion = '4.4.8' + mavenVersionCode = 43 developerId = 'pranavpandey' developerName = 'Pranav Pandey'