Skip to content

Commit 8718c09

Browse files
authored
Merge pull request #554 from mikepenz/develop
dev -> main
2 parents 354ee70 + 4329582 commit 8718c09

File tree

104 files changed

+30
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+30
-30
lines changed

README.md

Lines changed: 1 addition & 1 deletion

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ dependencies {
115115
exclude module: "fastadapter"
116116
}
117117

118-
implementation project(':library-core')
119-
implementation project(':library-view-library')
118+
implementation project(':iconics-core')
119+
implementation project(':iconics-views')
120120

121121
implementation project(':community-material-typeface-library')
122122
implementation project(':devicon-typeface-library')

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ buildscript {
1818

1919
ext {
2020
release = [
21-
versionName: "5.2.3",
22-
versionCode: 50203
21+
versionName: "5.2.4",
22+
versionCode: 50204
2323
]
2424

2525
setup = [

community-material-typeface-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ if (project.hasProperty('pushall') || project.hasProperty('communitymaterialonly
4646
}
4747

4848
dependencies {
49-
implementation project(':library-typeface-api')
49+
implementation project(':iconics-typeface-api')
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5151
}

devicon-typeface-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ if (project.hasProperty('pushall') || project.hasProperty('DevIcononly')) {
4747
}
4848

4949
dependencies {
50-
implementation project(':library-typeface-api')
50+
implementation project(':iconics-typeface-api')
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5252
}

entypo-typeface-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ if (project.hasProperty('pushall') || project.hasProperty('Entypoonly')) {
4747
}
4848

4949
dependencies {
50-
implementation project(':library-typeface-api')
50+
implementation project(':iconics-typeface-api')
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5252
}

fontawesome-typeface-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ if (project.hasProperty('pushall') || project.hasProperty('fontawesomeonly')) {
4747
}
4848

4949
dependencies {
50-
implementation project(':library-typeface-api')
50+
implementation project(':iconics-typeface-api')
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5252
}

foundation-icons-typeface-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ if (project.hasProperty('pushall') || project.hasProperty('FoundationIconsonly')
4747
}
4848

4949
dependencies {
50-
implementation project(':library-typeface-api')
50+
implementation project(':iconics-typeface-api')
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5252
}

google-material-typeface/google-material-typeface-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ if (project.hasProperty('pushall') || project.hasProperty('googlematerialonly'))
4949
}
5050

5151
dependencies {
52-
implementation project(':library-typeface-api')
52+
implementation project(':iconics-typeface-api')
5353
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5454
}

google-material-typeface/google-material-typeface-outlined-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ if (project.hasProperty('pushall') || project.hasProperty('googlematerialonly'))
4949
}
5050

5151
dependencies {
52-
implementation project(':library-typeface-api')
52+
implementation project(':iconics-typeface-api')
5353
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
5454
}

0 commit comments

Comments
 (0)