diff --git a/README.md b/README.md index df0dc97..a239c2f 100644 --- a/README.md +++ b/README.md @@ -173,11 +173,13 @@ See Details [**Here**](https://github.com/janishar/PlaceHolderView/releases/tag/ # Gradle ```groovy dependencies { - compile 'com.mindorks:placeholderview:0.7.1' + compile 'com.mindorks:placeholderview:0.7.2' } ``` # Dependency: It depends on the RecyclerView +Add below lines in your app's build.gradle if recyclerview above v7:25 is being used ```groovy + // NOTE: change the version of recyclerview same as the your project's support library version com.android.support:recyclerview-v7:25.+ ``` diff --git a/placeholderview/build.gradle b/placeholderview/build.gradle index b0755b6..db653e9 100644 --- a/placeholderview/build.gradle +++ b/placeholderview/build.gradle @@ -8,12 +8,12 @@ ext { libraryName = 'PlaceHolderView' artifact = 'placeholderview' - libraryDescription = 'A wrapper for android Recycler View' + libraryDescription = 'Views Built on RecyclerView and Swipe View' siteUrl = 'https://github.com/janishar/PlaceHolderView' gitUrl = 'https://github.com/janishar/PlaceHolderView.git' - libraryVersion = '0.7.1' + libraryVersion = '0.7.2' developerId = 'janishar.ali@gmail.com' developerName = 'Janishar Ali' @@ -32,7 +32,7 @@ android { minSdkVersion 16 targetSdkVersion 25 versionCode 9 - versionName "0.7.1" + versionName "0.7.2" } buildTypes { release {