Skip to content

Commit

Permalink
NEW RELEASE 1.5.0
Browse files Browse the repository at this point in the history
-- please not the update of the definition file
  • Loading branch information
mikepenz committed Jun 8, 2014
1 parent 41f0613 commit 26ffd24
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 @@ -14,7 +14,7 @@ The AboutLibraries Library is pushed to [Maven Central], so you just need to add

```javascript
dependencies {
compile 'com.tundem.aboutlibraries:library:1.4.0@aar'
compile 'com.tundem.aboutlibraries:library:1.5.0@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.4.0-SNAPSHOT
VERSION_CODE=140
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_CODE=150
GROUP=com.tundem.aboutlibraries

POM_DESCRIPTION=AboutLibraries Library
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 14
targetSdkVersion 19
versionCode 140
versionName '1.4.0'
versionCode 150
versionName '1.5.0'
}

buildTypes {
Expand Down

0 comments on commit 26ffd24

Please sign in to comment.