Skip to content

Commit 5c7cd0a

Browse files
committed
Bump version to 0.7.3
1 parent 4ba5474 commit 5c7cd0a

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
@@ -173,7 +173,7 @@ See Details [**Here**](https://github.com/janishar/PlaceHolderView/releases/tag/
173173
# Gradle
174174
```groovy
175175
dependencies {
176-
compile 'com.mindorks:placeholderview:0.7.2'
176+
compile 'com.mindorks:placeholderview:0.7.3'
177177
}
178178
```
179179
# 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.7.3-alpha'
16+
libraryVersion = '0.7.3'
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 10
35-
versionName "0.7.3-alpha"
34+
versionCode 11
35+
versionName "0.7.3"
3636
}
3737
buildTypes {
3838
release {

0 commit comments

Comments
 (0)