diff --git a/.github/workflows/publish-maven-central.yaml b/.github/workflows/publish-maven-central.yaml
index 268aa7f..40d8757 100644
--- a/.github/workflows/publish-maven-central.yaml
+++ b/.github/workflows/publish-maven-central.yaml
@@ -1,8 +1,8 @@
name: Publish to maven central
on:
-# push:
-# branches: [ release/v* ]
+ push:
+ branches: [ release/v* ]
workflow_dispatch:
#env:
diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
index 23d886d..ebf469d 100644
--- a/.idea/deploymentTargetDropDown.xml
+++ b/.idea/deploymentTargetDropDown.xml
@@ -7,11 +7,11 @@
-
+
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index ad40b9c..d70bd8f 100644
--- a/README.md
+++ b/README.md
@@ -11,29 +11,28 @@ An Android library that adds floating bubbles to your home screen 🎨, supports
| | |
+[](https://www.android.com)
+[](https://android-arsenal.com/api?level=21)
+[]()
+[](https://www.apache.org/licenses/LICENSE-2.0)
+
-
-
-| Platform | API | Version | License |
-| :-: | :-: | :-: | :-: |
-|[](https://www.android.com)| [](https://android-arsenal.com/api?level=21) | []() | [](https://www.apache.org/licenses/LICENSE-2.0) |
-
-
-
## 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 🍕🍔🍟
@@ -67,7 +66,7 @@ android {
- settings.gradle (alternative step If "allprojects" not found in the above step)
+ settings.gradle (alternative step If "allprojects" not found)
```gradle
pluginManagement {
diff --git a/gradle.properties b/gradle.properties
index 315e26d..bc3f95a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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