Skip to content

Commit c659237

Browse files
committed
Bump version to 0.7.2
1 parent 8bcf6d4 commit c659237

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,13 @@ See Details [**Here**](https://github.com/janishar/PlaceHolderView/releases/tag/
173173
# Gradle
174174
```groovy
175175
dependencies {
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

placeholderview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ext {
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 {

0 commit comments

Comments
 (0)