Skip to content

Commit

Permalink
Merge pull request #37 from TorryDo/release/v0.5.5
Browse files Browse the repository at this point in the history
update version name, README, cicd workflow
  • Loading branch information
dofire authored Jul 14, 2023
2 parents a22fab7 + a95e03e commit 73464c2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-maven-central.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to maven central

on:
# push:
# branches: [ release/v* ]
push:
branches: [ release/v* ]
workflow_dispatch:

#env:
Expand Down
4 changes: 2 additions & 2 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,28 @@ An Android library that adds floating bubbles to your home screen 🎨, supports
| <img src="https://github.com/TorryDo/assets/blob/main/floating_bubble_view/demo/bubble.gif" height="600" width="272"> | <img src="https://github.com/TorryDo/assets/blob/main/floating_bubble_view/demo/custom_view.gif" height="600" width="276"> |


[<img src="https://img.shields.io/badge/platform-Android-yellow.svg" valign="middle">](https://www.android.com)
[<img src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" valign="middle">](https://android-arsenal.com/api?level=21)
[<img src="https://img.shields.io/maven-central/v/io.github.torrydo/floating-bubble-view" valign="middle">]()
[<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" valign="middle">](https://www.apache.org/licenses/LICENSE-2.0)

</div>

&nbsp;



| Platform | API | Version | License |
| :-: | :-: | :-: | :-: |
|[<img src="https://img.shields.io/badge/platform-Android-yellow.svg" valign="middle">](https://www.android.com)| [<img src="https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat" valign="middle">](https://android-arsenal.com/api?level=21) | [<img src="https://img.shields.io/maven-central/v/io.github.torrydo/floating-bubble-view" valign="middle">]() | [<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" valign="middle">](https://www.apache.org/licenses/LICENSE-2.0) |

</br>

## Variants
- ### Flutter version
If you are looking for a Flutter version of this library, check [dash_bubble](https://github.com/moazelsawaf/dash_bubble), a Flutter plugin that allows you to create a floating bubble on the screen. by [Moaz El-sawaf](https://github.com/moazelsawaf).


## Table of Contents 📝
1. [Getting started](#getting_started)
2. [Setup](#setup)
3. [Usage](#usage)
4. [Contribution guide](#contribution_guide)
5. [WIP Note](#note) 🚧
6. [License](#license)
> 1. [Getting started](#getting_started)
> 2. [Setup](#setup)
> 3. [Usage](#usage)
> 4. [Contribution guide](#contribution_guide)
> 5. [WIP Note](#note) 🚧
> 6. [License](#license)


## I, Getting started 🍕🍔🍟 <a name="getting_started"/>
Expand Down Expand Up @@ -67,7 +66,7 @@ android {
</details>
<details><summary>settings.gradle (alternative step If "allprojects" not found in the above step)</summary>
<details><summary>settings.gradle (alternative step If "allprojects" not found)</summary>
```gradle
pluginManagement {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RELEASE_SIGNING_ENABLED=true

GROUP=io.github.torrydo
POM_ARTIFACT_ID=floating-bubble-view
VERSION_NAME=0.5.4
#prev: 0.5.3
VERSION_NAME=0.5.5
#prev: 0.5.4

POM_NAME=FloatingBubbleView
POM_PACKAGING=aar
Expand Down

0 comments on commit 73464c2

Please sign in to comment.