Skip to content

Commit 533dc79

Browse files
committed
* [release] v2.2.0
1 parent 577826f commit 533dc79

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
@@ -39,7 +39,7 @@ Provide additional fonts for you project, or even create your custom font with j
3939
##1. Provide the gradle dependency
4040
```gradle
4141
dependencies {
42-
compile 'com.mikepenz:iconics-core:2.1.1@aar'
42+
compile 'com.mikepenz:iconics-core:2.2.0@aar'
4343
}
4444
```
4545

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 211
16-
versionName "2.1.1"
15+
versionCode 220
16+
versionName "2.2.0"
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 211
11-
versionName "2.1.1"
10+
versionCode 220
11+
versionName "2.2.0"
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.1.1
36-
VERSION_CODE=211
35+
VERSION_NAME=2.2.0
36+
VERSION_CODE=220
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.1.1</string>
28+
<string name="library_AndroidIconics_libraryVersion">2.2.0</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)