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