Skip to content

Commit

Permalink
push a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Mar 15, 2018
1 parent 2b6e2c4 commit 501d6df
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.3'
compile 'com.github.medyo:android-about-page:1.2.4'
```


Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 15
versionName "1.2.3"
versionCode 16
versionName "1.2.4"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit 501d6df

Please sign in to comment.