Skip to content

Commit dc23e7c

Browse files
committed
New Release
1 parent f5f83d7 commit dc23e7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public class ImageTypeBig {
169169
# Gradle
170170
```groovy
171171
dependencies {
172-
compile 'com.mindorks:placeholderview:0.6.5'
172+
compile 'com.mindorks:placeholderview:0.7.0'
173173
}
174174
```
175175
# Dependency: It depends on the RecyclerView

placeholderview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/janishar/PlaceHolderView'
1414
gitUrl = 'https://github.com/janishar/PlaceHolderView.git'
1515

16-
libraryVersion = '0.6.5'
16+
libraryVersion = '0.7.0'
1717

1818
developerId = 'janishar.ali@gmail.com'
1919
developerName = 'Janishar Ali'
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
minSdkVersion 16
3333
targetSdkVersion 25
34-
versionCode 7
35-
versionName "0.6.5"
34+
versionCode 8
35+
versionName "0.7.0"
3636
}
3737
buildTypes {
3838
release {

0 commit comments

Comments
 (0)