diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
index 0c0c338..d67e2fa 100644
--- a/.idea/deploymentTargetDropDown.xml
+++ b/.idea/deploymentTargetDropDown.xml
@@ -3,7 +3,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FloatingBubbleView/build.gradle b/FloatingBubbleView/build.gradle
index de8d027..f83b950 100644
--- a/FloatingBubbleView/build.gradle
+++ b/FloatingBubbleView/build.gradle
@@ -9,11 +9,11 @@ plugins {
android {
- compileSdk 33
+ compileSdk 34
defaultConfig {
minSdk 21
- targetSdk 33
+ targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
diff --git a/README.md b/README.md
index 74e8efc..5869a28 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# πFloating Bubble View
-An Android library that adds floating bubbles to your home screen π¨, supports both XML and π Jetpack Compose
+An Android library that creates floating bubbles on top of the screen π¨, supports both XML and π Jetpack Compose
-Find this library useful? Don't forget to show some love by giving a `Starβ` π₯°
+
Find this library useful? π₯° Don't forget to show some love by giving a -Starβ-
| Bubble | Custom |
| :-: | :-: |
@@ -393,6 +393,7 @@ class MyServiceKt : ExpandableBubbleService() {
```java
public class MyService extends ExpandableBubbleService {
+ ...
@Override
public void startNotificationForeground() {
startForeground(...);
@@ -411,6 +412,8 @@ public class MyService extends ExpandableBubbleService {
```kotlin
class MyService : FloatingBubbleService() {
+ ...
+ // optional, of course
override fun startNotificationForeground() {
startForeground(...)
@@ -431,7 +434,7 @@ Starting in Android 13 (API level 33), notifications are only visible if the "PO
> The service will run normally even if the notification is not visible. π
-> P/s: You still need to initialize the notification before showing any view.
+> You still need to initialize the notification before showing any view.
@@ -470,9 +473,10 @@ Starting in Android 13 (API level 33), notifications are only visible if the "PO
Contributions are welcome! π
- If you come across a bug or have an idea for a new feature, please let us know by creating an [Issue](https://github.com/TorryDo/Floating-Bubble-View/issues) ππ‘
+- If you're interested in taking on an [open issue](https://github.com/TorryDo/Floating-Bubble-View/issues), please comment on it so others are aware π
- If you've already fixed a bug or implemented a feature, feel free to submit a [Pull request](https://github.com/TorryDo/Floating-Bubble-View/pulls) π
- Having questions, ideas, or feedback? Don't worry, I gotchu. Simply open a [Discussion](https://github.com/TorryDo/Floating-Bubble-View/discussions) π
-- Find this project useful? Don't forget to show some love by giving a star β
+- Find this project useful? π₯° Don't forget to show some love by giving a star β
Thank you! π
diff --git a/gradle.properties b/gradle.properties
index 4c9f6c5..6db83b6 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.6.3
-#prev: 0.6.2
+VERSION_NAME=0.6.4
+#prev: 0.6.3
POM_NAME=FloatingBubbleView
POM_PACKAGING=aar