From 8033fcf1b8788e7ddc3a6174d61f0b28cebb5f20 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Thu, 17 Jun 2021 08:02:04 +0530 Subject: [PATCH] Version 4.0.0 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d5b49e..59578cf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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:3.3.1' + implementation 'com.pranavpandey.android:dynamic-engine:4.0.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-engine:1.3.0' diff --git a/build.gradle b/build.gradle index d39d207..5b14c9a 100644 --- a/build.gradle +++ b/build.gradle @@ -68,8 +68,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-engine' mavenInceptionYear = 2017 - mavenVersion = '3.3.1' - mavenVersionCode = 24 + mavenVersion = '4.0.0' + mavenVersionCode = 25 developerId = 'pranavpandey' developerName = 'Pranav Pandey'