Skip to content

Commit 207ef1e

Browse files
committed
* [release] v2.5.4
1 parent 2b9e86d commit 207ef1e

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
@@ -46,7 +46,7 @@ Provide additional fonts for you project, or even create your custom font with j
4646
##1. Provide the gradle dependency
4747
```gradle
4848
dependencies {
49-
compile 'com.mikepenz:iconics-core:2.5.3@aar'
49+
compile 'com.mikepenz:iconics-core:2.5.4@aar'
5050
}
5151
```
5252

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion rootProject.ext.minSdkVersion
1414
targetSdkVersion rootProject.ext.targetSdkVersion
15-
versionCode 253
16-
versionName "2.5.3"
15+
versionCode 254
16+
versionName "2.5.4"
1717
enforceUniquePackageName false
1818
}
1919

library-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 253
11-
versionName "2.5.3"
10+
versionCode 254
11+
versionName "2.5.4"
1212
}
1313
buildTypes {
1414
release {

library-core/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
# This option should only be used with decoupled projects. More details, visit
3333
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
3434
# org.gradle.parallel=true
35-
VERSION_NAME=2.5.3
36-
VERSION_CODE=253
35+
VERSION_NAME=2.5.4
36+
VERSION_CODE=254
3737

3838
POM_NAME=Android-Iconics Library
3939
POM_ARTIFACT_ID=iconics-core

library-core/src/main/res/values/library_androidiconics_strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
This library allows you to include vector icons everywhere in your project. No limits are given. Scale with no limit, use any Color at any time, provide a contour, and many additional customizations
2626
]]>
2727
</string>
28-
<string name="library_AndroidIconics_libraryVersion">2.5.3</string>
28+
<string name="library_AndroidIconics_libraryVersion">2.5.4</string>
2929
<string name="library_AndroidIconics_libraryWebsite">https://github.com/mikepenz/Android-Iconics</string>
3030
<string name="library_AndroidIconics_licenseId">apache_2_0</string>
3131
<string name="library_AndroidIconics_isOpenSource">true</string>

0 commit comments

Comments
 (0)