Skip to content

Commit

Permalink
upgrade version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Apr 27, 2016
1 parent 3a23297 commit d4fe396
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ View aboutPage = new AboutPage(this)
Available on Jcenter, Maven and JitPack

```groovy
compile 'com.github.medyo:android-about-page:1.0.3'
compile 'com.github.medyo:android-about-page:1.0.4'
```


Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "mehdi.sakout.aboutpage.sample"
minSdkVersion 10
targetSdkVersion 23
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit d4fe396

Please sign in to comment.