Skip to content

Commit

Permalink
update library version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Nov 14, 2017
1 parent 20735dd commit 5aa0c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.1'
compile 'com.github.medyo:android-about-page:1.2.2'
```


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 @@ buildToolsVersion '25.0.2'
defaultConfig {
minSdkVersion 10
targetSdkVersion 25
versionCode 13
versionName "1.2.1"
versionCode 14
versionName "1.2.2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit 5aa0c19

Please sign in to comment.