Skip to content

Commit

Permalink
PREPARE RELEASE v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 1, 2014
1 parent 4bf7969 commit f0300dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The AboutLibraries Library is pushed to [Maven Central], so you just need to add

```javascript
dependencies {
compile 'com.mikepenz.aboutlibraries:library:4.2.0@aar'
compile 'com.mikepenz.aboutlibraries:library:4.2.1@aar'
}
```

Expand Down Expand Up @@ -183,7 +183,7 @@ Please remind that if you make a pull-request here, that you have to change the

#Developed By

* Mike Penz - http://mikepenz.com - <penz@tundem.com>
* Mike Penz - http://mikepenz.com - <mikepenz@gmail.com>


#License
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=4.2.0
VERSION_CODE=420
VERSION_NAME=4.2.1
VERSION_CODE=421
GROUP=com.mikepenz.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 21
versionCode 420
versionName '4.2.0'
versionCode 421
versionName '4.2.1'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Most modern apps feature an "Used Library"-Section and for this some information of those libs is required. As it gets annoying to copy those strings always to your app I have developed this small helper library to provide the required information.
]]>
</string>
<string name="library_AboutLibraries_libraryVersion">4.2.0</string>
<string name="library_AboutLibraries_libraryVersion">4.2.1</string>
<string name="library_AboutLibraries_libraryWebsite">https://github.com/mikepenz/AboutLibraries</string>
<string name="library_AboutLibraries_licenseId">apache_2_0</string>
<string name="library_AboutLibraries_isOpenSource">true</string>
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'com.mikepenz.aboutlibraries.sample'
minSdkVersion 16
targetSdkVersion 21
versionCode 420
versionName '4.2.0'
versionCode 421
versionName '4.2.1'
}
buildTypes {
release {
Expand Down

0 comments on commit f0300dc

Please sign in to comment.