From c9526886fc82da76f97e66e8980cfc7b87ce8338 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Sat, 10 Mar 2018 18:59:17 +0530 Subject: [PATCH] Version 1.0.0 --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07bea33..f6e56bc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi ```groovy dependencies { - implementation 'com.pranavpandey.android:dynamic-utils:0.9.0' + implementation 'com.pranavpandey.android:dynamic-utils:1.0.0' } ``` diff --git a/build.gradle b/build.gradle index 36e53bc..fcd2097 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.2.0-alpha05' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0' } } @@ -36,7 +36,7 @@ ext { githubUrl = 'pranavpandey/dynamic-utils' mavenGroup = 'com.pranavpandey.android' - mavenVersion = '0.9.0' + mavenVersion = '1.0.0' mavenInceptionYear = 2017 mavenArtifactId = 'dynamic-utils' bintrayRepo = 'android' @@ -50,7 +50,7 @@ ext { licenseDistribution = 'repo' allLicenses = ["Apache-2.0"] - versionCode = 9 + versionCode = 10 buildTools = '27.0.3' minSdk = 14