Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Feb 16, 2018
1 parent 4ba5474 commit 5c7cd0a
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 @@ -173,7 +173,7 @@ See Details [**Here**](https://github.com/janishar/PlaceHolderView/releases/tag/
# Gradle
```groovy
dependencies {
compile 'com.mindorks:placeholderview:0.7.2'
compile 'com.mindorks:placeholderview:0.7.3'
}
```
# 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.7.3-alpha'
libraryVersion = '0.7.3'

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

0 comments on commit 5c7cd0a

Please sign in to comment.