Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
* [release] v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jan 6, 2018
1 parent cf03ec2 commit a26885e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can find anything you search for in the wiki. (If not open an issue)
The AboutLibraries Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz%22), so you just need to add the following dependency to your `build.gradle`. It seems it is also required to add the support dependencies to the application. If it works without, you should be fine too :).

```javascript
implementation('com.mikepenz:aboutlibraries:6.0.1@aar') {
implementation('com.mikepenz:aboutlibraries:6.0.2@aar') {
transitive = true
}

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 6010
versionName '6.0.1'
versionCode 6020
versionName '6.0.2'

setProperty("archivesBaseName", "AboutLibraries-v$versionName-c$versionCode")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=6.0.1
VERSION_CODE=6010
VERSION_NAME=6.0.2
VERSION_CODE=6020
GROUP=com.mikepenz
POM_DESCRIPTION=AboutLibraries Library
POM_URL=https://github.com/mikepenz/AboutLibraries
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 6010
versionName '6.0.1'
versionCode 6020
versionName '6.0.2'

resValue "string", "aboutlibrary_lib_version", "${versionName}"
resValue "string", "ext_support_lib_version", "${rootProject.ext.supportLibVersion}"
Expand Down

0 comments on commit a26885e

Please sign in to comment.