Skip to content

Commit 834042a

Browse files
committed
feat: add documentation page
1 parent b8f9a00 commit 834042a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
# Android SDK Release
3636
3737
**What's included:**
38-
- `perch-eye-*.aar` - Android library (ready to use)
38+
- `perch-eye-1.0.3-4.aar` - Android library (ready to use)
3939
4040
**How to use:**
4141
1. Download the `.aar` file
4242
2. Copy to your Android project's `libs/` folder
4343
3. Add to `build.gradle`:
4444
```gradle
4545
dependencies {
46-
implementation(files("libs/perch-eye-X.Y.Z.aar"))
46+
implementation(files("libs/perch-eye-1.0.3-4.aar"))
4747
}
4848
```
4949
files: |

0 commit comments

Comments
 (0)