Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version name, README, cicd workflow #37

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading