Skip to content

Commit 0839cef

Browse files
committed
* [release] v2.0.0
1 parent 8368b1f commit 0839cef

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Provide additional fonts for you project, or even create your custom font with j
4545
##1. Provide the gradle dependency
4646
```gradle
4747
dependencies {
48-
compile 'com.mikepenz:iconics-core:1.7.9@aar'
48+
compile 'com.mikepenz:iconics-core:2.0.0@aar'
4949
}
5050
```
5151

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 179
16-
versionName "1.7.9"
15+
versionCode 200
16+
versionName "2.0.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 19
11-
versionName "1.7.9"
10+
versionCode 200
11+
versionName "2.0.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=1.7.9
36-
VERSION_CODE=179
35+
VERSION_NAME=2.0.0
36+
VERSION_CODE=200
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
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">1.7.9</string>
28+
<string name="library_AndroidIconics_libraryVersion">2.0.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>
3232
<string name="library_AndroidIconics_repositoryLink">https://github.com/mikepenz/Android-Iconics</string>
3333
<!-- Custom variables section -->
3434
<string name="library_AndroidIconics_owner">Mike Penz</string>
35-
<string name="library_AndroidIconics_year">2014</string>
35+
<string name="library_AndroidIconics_year">2015</string>
3636
</resources>

0 commit comments

Comments
 (0)