From d87c25ac626a632cd71ed74c58f667871ca6211c Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Thu, 12 Apr 2018 02:42:49 +0530 Subject: [PATCH] Version 1.1.0 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bee158fa..e14677e9d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { - implementation 'com.pranavpandey.android:dynamic-support:1.0.0' + implementation 'com.pranavpandey.android:dynamic-support:1.1.0' } ``` diff --git a/build.gradle b/build.gradle index 9472df2e0..e8f1b2a22 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ ext { githubUrl = 'pranavpandey/dynamic-support' mavenGroup = 'com.pranavpandey.android' - mavenVersion = '1.0.0' + mavenVersion = '1.1.0' mavenInceptionYear = 2018 mavenArtifactId = 'dynamic-support' bintrayRepo = 'android' @@ -68,7 +68,7 @@ ext { licenseDistribution = 'repo' allLicenses = ["Apache-2.0"] - versionCode = 10 + versionCode = 11 buildTools = '27.0.3' minSdk = 14