File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,13 @@ See Details [**Here**](https://github.com/janishar/PlaceHolderView/releases/tag/
173173# Gradle
174174``` groovy
175175dependencies {
176- compile 'com.mindorks:placeholderview:0.7.1 '
176+ compile 'com.mindorks:placeholderview:0.7.2 '
177177}
178178```
179179# Dependency: It depends on the RecyclerView
180+ Add below lines in your app's build.gradle if recyclerview above v7:25 is being used
180181``` groovy
182+ // NOTE: change the version of recyclerview same as the your project's support library version
181183 com.android.support:recyclerview-v7:25.+
182184```
183185
Original file line number Diff line number Diff line change 88 libraryName = ' PlaceHolderView'
99 artifact = ' placeholderview'
1010
11- libraryDescription = ' A wrapper for android Recycler View'
11+ libraryDescription = ' Views Built on RecyclerView and Swipe View'
1212
1313 siteUrl = ' https://github.com/janishar/PlaceHolderView'
1414 gitUrl = ' https://github.com/janishar/PlaceHolderView.git'
1515
16- libraryVersion = ' 0.7.1 '
16+ libraryVersion = ' 0.7.2 '
1717
1818 developerId = ' janishar.ali@gmail.com'
1919 developerName = ' Janishar Ali'
@@ -32,7 +32,7 @@ android {
3232 minSdkVersion 16
3333 targetSdkVersion 25
3434 versionCode 9
35- versionName " 0.7.1 "
35+ versionName " 0.7.2 "
3636 }
3737 buildTypes {
3838 release {
You can’t perform that action at this time.
0 commit comments