Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Dec 1, 2017
1 parent 8bcf6d4 commit c659237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.+
```

Expand Down
6 changes: 3 additions & 3 deletions placeholderview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
developerName = 'Janishar Ali'
Expand All @@ -32,7 +32,7 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 9
versionName "0.7.1"
versionName "0.7.2"
}
buildTypes {
release {
Expand Down

0 comments on commit c659237

Please sign in to comment.