From 8989eae5913cc332592d4107d6ca1509c3e6e8d9 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Sun, 11 Feb 2018 10:27:42 +0530 Subject: [PATCH] Version 0.9.0 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b6d646..1162511 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-engine:0.8.0' + implementation 'com.pranavpandey.android:dynamic-engine:0.9.0' } ``` diff --git a/build.gradle b/build.gradle index 55c5916..1ed4c84 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ ext { githubUrl = 'pranavpandey/dynamic-engine' mavenGroup = 'com.pranavpandey.android' - mavenVersion = '0.8.0' + mavenVersion = '0.9.0' mavenInceptionYear = 2017 mavenArtifactId = 'dynamic-engine' bintrayRepo = 'android' @@ -52,7 +52,7 @@ ext { licenseDistribution = 'repo' allLicenses = ["Apache-2.0"] - versionCode = 8 + versionCode = 9 buildTools = '27.0.3' minSdk = 14