Skip to content

Commit

Permalink
Merge pull request #565 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Feb 7, 2021
2 parents 8e7d3ff + cf1e269 commit bf7405c
Show file tree
Hide file tree
Showing 26 changed files with 17 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: ./gradlew app:assembleRelease app:bundleRelease

- name: Prepare Gradle Publish properties
- name: Prepare Sonatype Gradle properties
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "${{ secrets.SONATYPE_GPG_FILE }}" > opensource.gpg.asc
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Android-Iconics [![Status](https://travis-ci.org/mikepenz/Android-Iconics.svg?branch=develop)](https://travis-ci.org/mikepenz/Android-Iconics) [![Download](https://api.bintray.com/packages/mikepenz/maven/com.mikepenz%3Aiconics-core/images/download.svg) ](https://bintray.com/mikepenz/maven/com.mikepenz%3Aiconics-core/_latestVersion)
# Android-Iconics

... allows to include any icon font with all its vector icons in your project. No limits. **Scale with no limit**, use **any color** at any time, provide a **contour**, and many additional customizations...

Expand Down Expand Up @@ -50,7 +50,7 @@

## Latest releases 🛠

- Kotlin Next Gen | [v5.2.5](https://github.com/mikepenz/Android-Iconics/tree/v5.2.5)
- Kotlin Next Gen | [v5.2.6](https://github.com/mikepenz/Android-Iconics/tree/v5.2.6)
- Kotlin | [v4.0.2](https://github.com/mikepenz/Android-Iconics/tree/v4.0.2)
- Java AndroidX | [v3.2.5](https://github.com/mikepenz/Android-Iconics/tree/v3.2.5)
- Java Appcompat | [v3.0.4](https://github.com/mikepenz/Android-Iconics/tree/v3.0.4)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ buildscript {

ext {
release = [
versionName: "5.2.5",
versionCode: 50205
versionName: "5.2.6",
versionCode: 50206
]

setup = [
Expand All @@ -46,7 +46,7 @@ buildscript {
detekt : '1.15.0',
aboutLibraries : '8.8.0',
materialDrawer : '8.3.1',
fastAdapter : '5.3.2',
fastAdapter : '5.3.4',
// compose
compose : '1.0.0-alpha11'
]
Expand Down
1 change: 0 additions & 1 deletion community-material-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ if (project.hasProperty('pushall') || project.hasProperty('communitymaterialonly

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion devicon-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('DevIcononly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion entypo-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('Entypoonly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion fontawesome-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('fontawesomeonly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion foundation-icons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('FoundationIconsonly')

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ if (project.hasProperty('pushall') || project.hasProperty('googlematerialonly'))

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ if (project.hasProperty('pushall') || project.hasProperty('googlematerialonly'))

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ if (project.hasProperty('pushall') || project.hasProperty('googlematerialonly'))

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ if (project.hasProperty('pushall') || project.hasProperty('googlematerialonly'))

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
3 changes: 3 additions & 0 deletions gradle-release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ afterEvaluate { project ->
asNode().appendNode('description', POM_DESCRIPTION)
asNode().appendNode('url', POM_SCM_URL)
asNode().children().last() + pomConfig

// we want dependencies as compile, to ensure they are transitively resolved
asNode().dependencies.'*'.findAll() { it.scope.text() == 'runtime' }.each { it.scope*.value = 'compile' }
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ POM_SCM_URL_ISSUES=https://github.com/mikepenz/Android-Iconics/issues
POM_GITHUB_REPO=mikepenz/Android-Iconics
POM_GITHUB_README=README.md

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo

Expand Down
9 changes: 4 additions & 5 deletions iconics-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ android {
// specify the artifactId as module-name for kotlin
kotlinOptions.freeCompilerArgs += ["-module-name", POM_ARTIFACT_ID]
}
if (project.hasProperty('pushall') || project.hasProperty('librarycoreonly')) {
apply from: '../gradle-release.gradle'
}

dependencies {
api project(':iconics-typeface-api')
implementation "androidx.appcompat:appcompat:$versions.appcompat"
implementation "androidx.core:core-ktx:$versions.ktx.core"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}

if (project.hasProperty('pushall') || project.hasProperty('librarycoreonly')) {
apply from: '../gradle-release.gradle'
}
5 changes: 3 additions & 2 deletions iconics-typeface-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ if (project.hasProperty('pushall') || project.hasProperty('librarytypefaceonly')
}

dependencies {
implementation "androidx.core:core-ktx:$versions.ktx.core"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
api "androidx.core:core-ktx:$versions.ktx.core"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"

api "androidx.startup:startup-runtime:$versions.startup"
}
2 changes: 0 additions & 2 deletions iconics-views/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,4 @@ if (project.hasProperty('pushall') || project.hasProperty('libraryviewsonly')) {
dependencies {
implementation project(':iconics-core')
implementation "androidx.appcompat:appcompat:$versions.appcompat"
implementation "androidx.core:core-ktx:$versions.ktx.core"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion ionicons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('Ioniconsonly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion material-design-dx-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('materialdesigndxonly'

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion material-design-iconic-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('materialdesigniconico

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion meteocons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('meteoconsonly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion octicons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('octicons')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion phosphor-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('phosphor')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion pixeden-7-stroke-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('Pixeden7Strokeonly'))

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion typeicons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('Typeiconsonly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}
1 change: 0 additions & 1 deletion weather-icons-typeface-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ if (project.hasProperty('pushall') || project.hasProperty('weathericonsonly')) {

dependencies {
implementation project(':iconics-typeface-api')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$versions.kotlin"
}

0 comments on commit bf7405c

Please sign in to comment.