diff --git a/README.md b/README.md index f00a0b5..b270d94 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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-engine:4.3.2' + implementation 'com.pranavpandey.android:dynamic-engine:4.3.3' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-engine:1.3.0' @@ -367,7 +367,7 @@ Pranav Pandey ## License - 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. diff --git a/build.gradle b/build.gradle index 46a4292..3d4761c 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. @@ -20,7 +20,7 @@ buildscript { 'minSdk' : 14, 'targetSdk' : 33, 'buildTools': '33.0.2', - 'dynamic' : '4.4.7', + 'dynamic' : '4.4.8', 'preference': '1.1.1' ] @@ -68,8 +68,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-engine' mavenInceptionYear = '2017' - mavenVersion = '4.3.2' - mavenVersionCode = 31 + mavenVersion = '4.3.3' + mavenVersionCode = 32 developerId = 'pranavpandey' developerName = 'Pranav Pandey'