Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Aug 9, 2017
1 parent f5f83d7 commit dc23e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public class ImageTypeBig {
# Gradle
```groovy
dependencies {
compile 'com.mindorks:placeholderview:0.6.5'
compile 'com.mindorks:placeholderview:0.7.0'
}
```
# Dependency: It depends on the RecyclerView
Expand Down
6 changes: 3 additions & 3 deletions placeholderview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/janishar/PlaceHolderView'
gitUrl = 'https://github.com/janishar/PlaceHolderView.git'

libraryVersion = '0.6.5'
libraryVersion = '0.7.0'

developerId = '[email protected]'
developerName = 'Janishar Ali'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 7
versionName "0.6.5"
versionCode 8
versionName "0.7.0"
}
buildTypes {
release {
Expand Down

0 comments on commit dc23e7c

Please sign in to comment.