Skip to content

Commit

Permalink
0.2.0 release with more 5 icon packs
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Mar 28, 2021
1 parent 5c8ce9b commit 66c2645
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ repositories {

For [Jetpack Compose (Android)](https://developer.android.com/jetpack/compose):
```kotlin
implementation("br.com.devsrsouza.compose.icons.android:ICON_PACK:0.1.1")
implementation("br.com.devsrsouza.compose.icons.android:ICON_PACK:0.2.0")
```

For [Jetbrains Compose (Desktop)](https://www.jetbrains.com/lp/compose/):
```kotlin
implementation("br.com.devsrsouza.compose.icons.jetbrains:ICON_PACK:0.1.1")
implementation("br.com.devsrsouza.compose.icons.jetbrains:ICON_PACK:0.2.0")
```

## Example
Expand All @@ -42,9 +42,14 @@ Icon(
| --- | --- | --- | --- |
| [Simple-Icons](https://simpleicons.org/) | 4.14.0 | `simple-icons` | [docs](simple-icons/DOCUMENTATION.md) |
| [Feather](https://feathericons.com/) | 4.28.0 | `feather` | [docs](feather/DOCUMENTATION.md) |
| [Tabler Icons](https://github.com/tabler/tabler-icons) | 1.39.1 | `tabler-icons` | [docs](tabler-icons/DOCUMENTATION.md) |
| [Eva Icons](https://github.com/akveo/eva-icons/) | 1.1.3 | `eva-icons` | [docs](eva-icons/DOCUMENTATION.md) |
| [Tabler Icons](https://tabler-icons.io/) | 1.39.1 | `tabler-icons` | [docs](tabler-icons/DOCUMENTATION.md) |
| [Eva Icons](https://akveo.github.io/eva-icons/#/) | 1.1.3 | `eva-icons` | [docs](eva-icons/DOCUMENTATION.md) |
| [Font Awesome](https://fontawesome.com/) | 5.15.2 | `font-awesome` | [docs](font-awesome/DOCUMENTATION.md) |
| [Octicons](https://primer.style/octicons/) | 12.1.0 | `octicons` | [docs](octicons/DOCUMENTATION.md) |
| [Linea](http://www.linea.io/) | 1.0 | `linea` | [docs](linea/DOCUMENTATION.md) |
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 (a60f113) | `line-awesome` | [docs](line-awesome/DOCUMENTATION.md) |
| [Weather Icons by Erik Flowers](https://github.com/erikflowers/weather-icons) | 2.0.12 | `erikflowers-weather-icons` | [docs](erikflowers-weather-icons/DOCUMENTATION.md) |
| [css.gg](https://css.gg/) | 2.0.0 | `css-gg` | [docs](css-gg/DOCUMENTATION.md) |

## How the project works

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/publish.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.gradle.api.tasks.bundling.Jar

object Publish {
val groupId = "br.com.devsrsouza.compose.icons"
val version = "0.2.0-SNAPSHOT"
val version = "0.2.0"

val groupAndroid = "$groupId.android"
val groupJetbrains = "$groupId.jetbrains"
Expand Down

0 comments on commit 66c2645

Please sign in to comment.