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 {