Skip to content

Commit a893ae6

Browse files
committed
* [release] v5.7.1
1 parent 14346ac commit a893ae6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can find anything you search for in the wiki. (If not open an issue)
4949
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 :).
5050

5151
```javascript
52-
compile('com.mikepenz:aboutlibraries:5.7.0@aar') {
52+
compile('com.mikepenz:aboutlibraries:5.7.1@aar') {
5353
transitive = true
5454
}
5555
```

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdkVersion 10
1515
targetSdkVersion 24
16-
versionCode 570
17-
versionName '5.7.0'
16+
versionCode 571
17+
versionName '5.7.1'
1818

1919
applicationVariants.all { variant ->
2020
variant.outputs.each { output ->

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.7.0
2-
VERSION_CODE=570
1+
VERSION_NAME=5.7.1
2+
VERSION_CODE=571
33
GROUP=com.mikepenz
44
POM_DESCRIPTION=AboutLibraries Library
55
POM_URL=https://github.com/mikepenz/AboutLibraries

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 10
1010
targetSdkVersion 24
11-
versionCode 570
12-
versionName '5.7.0'
11+
versionCode 571
12+
versionName '5.7.1'
1313
}
1414

1515
buildTypes {

library/src/main/res/values/library_aboutlibraries_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
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.
1313
]]>
1414
</string>
15-
<string name="library_AboutLibraries_libraryVersion">5.7.0</string>
15+
<string name="library_AboutLibraries_libraryVersion">5.7.1</string>
1616
<string name="library_AboutLibraries_libraryWebsite">https://github.com/mikepenz/AboutLibraries</string>
1717
<string name="library_AboutLibraries_licenseId">apache_2_0</string>
1818
<string name="library_AboutLibraries_isOpenSource">true</string>

0 commit comments

Comments
 (0)