Skip to content

Commit

Permalink
upgrade version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Aug 20, 2016
1 parent 75d1ab0 commit 18aeddd
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.1.0'
compile 'com.github.medyo:android-about-page:1.1.1'
```


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 24
versionCode 11
versionName "1.1.0"
versionCode 12
versionName "1.1.1"
}
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 24
versionCode 11
versionName "1.1.0"
versionCode 12
versionName "1.1.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit 18aeddd

Please sign in to comment.