Skip to content

Commit

Permalink
upgrade version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed May 9, 2016
1 parent fc88f6c commit e04648f
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.7'
compile 'com.github.medyo:android-about-page:1.0.8'
```


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 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
}
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 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit e04648f

Please sign in to comment.