diff --git a/.github/workflows/publish-maven-central.yaml b/.github/workflows/publish-maven-central.yaml
index ffc172b..268aa7f 100644
--- a/.github/workflows/publish-maven-central.yaml
+++ b/.github/workflows/publish-maven-central.yaml
@@ -29,7 +29,7 @@ jobs:
run: chmod +x ./gradlew
# Decode the secring file
- - name: Decode Keystore File
+ - name: Decode Secring File
id: decode_secring
uses: timheuer/base64-to-file@v1.2
with:
@@ -43,10 +43,9 @@ jobs:
# Build bundle and publish to Maven Central
- name: Build & publish to Maven Central
- run: ./gradlew
+ run: ./gradlew publish --no-daemon --no-parallel
-PmavenCentralUsername=${{ secrets.MAVEN_CENTRAL_USERNAME }}
-PmavenCentralPassword=${{ secrets.MAVEN_CENTRAL_PASSWORD }}
- -PsigningKeyId=${{ secrets.SIGNING_KEY_ID }}
- -PsigningPassword=${{ secrets.SIGNING_PASSWORD }}
- -PsigningSecretKeyRingFile="../${{ steps.decode_secring.outputs.filePath }}"
- publishBundle --max-workers 1
\ No newline at end of file
+ -Psigning.keyId=${{ secrets.SIGNING_KEY_ID }}
+ -Psigning.password=${{ secrets.SIGNING_PASSWORD }}
+ -Psigning.secretKeyRingFile="../${{ steps.decode_secring.outputs.filePath }}"
\ No newline at end of file
diff --git a/FloatingBubbleView/build.gradle b/FloatingBubbleView/build.gradle
index ac7dbd7..1e99512 100644
--- a/FloatingBubbleView/build.gradle
+++ b/FloatingBubbleView/build.gradle
@@ -39,7 +39,6 @@ android {
composeOptions{
kotlinCompilerExtensionVersion "1.3.2"
- kotlinCompilerVersion '1.3.2'
}
}
diff --git a/README.md b/README.md
index f8a7cd6..ad40b9c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ An Android library that adds floating bubbles to your home screen 🎨, supports
| 🍀 Bubble 🎨 | 🔥 Custom 💘 |
| :-: | :-: |
-| | |
+| | |