Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevdza-san committed Nov 20, 2022
2 parents 02c814c + e18bb7c commit c830046
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h1 align="center">Message Bar - Jetpack Compose</h1></br>

<p align="center">
<a href="https://jitpack.io/#stevdza-san/MessageBarCompose"><img alt="License" src="https://badgen.net/badge/Jitpack/1.0.1/orange?icon=github"/></a>
<a href="https://jitpack.io/#stevdza-san/MessageBarCompose/1.0.2"><img alt="License" src="https://badgen.net/badge/Jitpack/1.0.2/orange?icon=github"/></a>
<a href="https://github.com/stevdza-san"><img alt="Profile" src="https://badgen.net/badge/Github/stevdza_san/green?icon=github"/></a>
</p><br>

<p align="center">
Message Bar is a simple animated UI component that you can wrap around your composable screen.
Message Bar is a simple animated UI component that you can wrap around your composable content.
This component is used to display Error/Success messages to your users,
and it is built to supports Material 3 design system.
</p><br>
Expand All @@ -16,14 +16,14 @@ and it is built to supports Material 3 design system.
</p>

## Download
<a href="https://jitpack.io/#stevdza-san/MessageBarCompose"><img alt="License" src="https://badgen.net/badge/Jitpack/1.0.1/orange?icon=github"/></a>
<a href="https://jitpack.io/#stevdza-san/MessageBarCompose/1.0.2"><img alt="License" src="https://badgen.net/badge/Jitpack/1.0.2/orange?icon=github"/></a>

### Gradle

Add the dependency below to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.github.stevdza-san:MessageBarCompose:1.0.1'
implementation 'com.github.stevdza-san:MessageBarCompose:1.0.2'
}
```
Add a repository in your `settings.gradle` file:
Expand Down

0 comments on commit c830046

Please sign in to comment.