From 968cc7df18ad80c028c33f498350268a3e20ad39 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Sat, 7 May 2022 09:05:10 +0530 Subject: [PATCH] Version 4.2.0 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6b2a43..ad58507 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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.1.1' + implementation 'com.pranavpandey.android:dynamic-engine:4.2.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-engine:1.3.0' diff --git a/build.gradle b/build.gradle index b67d1ea..b286073 100644 --- a/build.gradle +++ b/build.gradle @@ -68,8 +68,8 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-engine' mavenInceptionYear = '2017' - mavenVersion = '4.1.1' - mavenVersionCode = 27 + mavenVersion = '4.2.0' + mavenVersionCode = 28 developerId = 'pranavpandey' developerName = 'Pranav Pandey'