From 5c7cd0a447946deaaddf2e6448641e39cc2077f9 Mon Sep 17 00:00:00 2001 From: janishar Date: Sat, 17 Feb 2018 00:53:09 +0530 Subject: [PATCH] Bump version to 0.7.3 --- README.md | 2 +- placeholderview/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a239c2f..05cb458 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ See Details [**Here**](https://github.com/janishar/PlaceHolderView/releases/tag/ # Gradle ```groovy dependencies { - compile 'com.mindorks:placeholderview:0.7.2' + compile 'com.mindorks:placeholderview:0.7.3' } ``` # Dependency: It depends on the RecyclerView diff --git a/placeholderview/build.gradle b/placeholderview/build.gradle index 6b7ef8e..74a8c81 100644 --- a/placeholderview/build.gradle +++ b/placeholderview/build.gradle @@ -13,7 +13,7 @@ ext { siteUrl = 'https://github.com/janishar/PlaceHolderView' gitUrl = 'https://github.com/janishar/PlaceHolderView.git' - libraryVersion = '0.7.3-alpha' + libraryVersion = '0.7.3' developerId = 'janishar.ali@gmail.com' developerName = 'Janishar Ali' @@ -31,8 +31,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 25 - versionCode 10 - versionName "0.7.3-alpha" + versionCode 11 + versionName "0.7.3" } buildTypes { release {