From 35bd9859f330d9cbd3cd2b549b3033f80654dad0 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Thu, 17 Jun 2021 07:24:00 +0530 Subject: [PATCH] Version 4.0.0 --- README.md | 2 +- build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05f382b..7bbd9cd 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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-toasts:3.3.1' + implementation 'com.pranavpandey.android:dynamic-toasts:4.0.0' // For legacy projects. implementation 'com.pranavpandey.android:dynamic-toasts:1.3.0' diff --git a/build.gradle b/build.gradle index 89d47a4..2ea91cb 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { 'buildTools' : '30.0.3', 'constraintlayout': '2.0.4', 'dynamic' : '4.0.1', - 'dialogs' : '3.3.1', + 'dialogs' : '4.0.0', 'flexbox' : '3.0.0', 'kotlin' : '1.5.10' ] @@ -70,9 +70,9 @@ ext { mavenDir = 'com/pranavpandey/android' mavenArtifactId = 'dynamic-toasts' mavenInceptionYear = 2017 - mavenVersion = '3.3.1' - mavenVersionCode = 26 - sampleVersionCode = 27 + mavenVersion = '4.0.0' + mavenVersionCode = 27 + sampleVersionCode = 28 developerId = 'pranavpandey' developerName = 'Pranav Pandey'