From bebcee2cbe56b2531d4945391e4d1af9b8a8e185 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Wed, 6 Jun 2018 17:45:01 +0530 Subject: [PATCH] Version 1.1.1 Gradle plugin 3.2.0-alpha16. --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49fb6121b..3f1a1d68c 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.1.0' + implementation 'com.pranavpandey.android:dynamic-support:1.1.1' } ``` diff --git a/build.gradle b/build.gradle index 7c8d8d716..321fa7abf 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0-alpha15' + classpath 'com.android.tools.build:gradle:3.2.0-alpha16' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' @@ -54,7 +54,7 @@ ext { githubUrl = 'pranavpandey/dynamic-support' mavenGroup = 'com.pranavpandey.android' - mavenVersion = '1.1.0' + mavenVersion = '1.1.1' mavenInceptionYear = 2018 mavenArtifactId = 'dynamic-support' bintrayRepo = 'android' @@ -68,7 +68,7 @@ ext { licenseDistribution = 'repo' allLicenses = ["Apache-2.0"] - versionCode = 11 + versionCode = 12 buildTools = '27.0.3' minSdk = 14