1 Commits

Author SHA1 Message Date
Adrian Kuta
ba299e915b Update README.md 2024-12-16 15:22:35 +01:00
2 changed files with 1 additions and 11 deletions

View File

@@ -1,9 +1,6 @@
name: Publish
on:
push:
branches:
- develop
release:
# We'll run this workflow when a new GitHub release is created
types: [released]
@@ -20,13 +17,6 @@ jobs:
with:
distribution: adopt
java-version: 17
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: LS Command
run: |
echo $ANDROID_HOME
ls $ANDROID_HOME
# Runs upload, and then closes & releases the repository
- name: Publish to MavenCentral

View File

@@ -27,7 +27,7 @@ To include Unbound Drag & Drop in your project, add the following dependency to
file:
```kotlin
implementation("dev.adriankuta:unbound-drag-drop:0.0.2")
implementation("dev.adriankuta:unbound-drag-drop:0.1.0")
```
## Usage