diff --git a/README.md b/README.md index 137cc91..7ad2946 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:1.1.0' + implementation 'com.pranavpandey.android:dynamic-engine:1.1.1' } ``` diff --git a/build.gradle b/build.gradle index e202156..cb62ee2 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0-alpha15' + classpath 'com.android.tools.build:gradle:3.2.0-alpha16' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0' @@ -54,7 +54,7 @@ ext { githubUrl = 'pranavpandey/dynamic-engine' mavenGroup = 'com.pranavpandey.android' - mavenVersion = '1.1.0' + mavenVersion = '1.1.1' mavenInceptionYear = 2017 mavenArtifactId = 'dynamic-engine' bintrayRepo = 'android' @@ -68,7 +68,7 @@ ext { licenseDistribution = 'repo' allLicenses = ["Apache-2.0"] - versionCode = 11 + versionCode = 12 buildTools = '27.0.3' minSdk = 14