Skip to content

Commit 616ceaa

Browse files
authored
Update README.md
1 parent 51cbc4a commit 616ceaa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,21 @@ bun run dist:all // for both
8888
```
8989

9090
Builds are in ```desktop/dist-electron```
91+
92+
93+
## Build Android Application
94+
95+
### Requires
96+
- Bun (https://bun.sh)
97+
- Android Studio Tools (https://developer.android.com/studio)
98+
- OpenJDK 21+ (https://openjdk.org/)
99+
100+
### Build
101+
102+
```
103+
bun install
104+
bun run build:android
105+
```
106+
107+
Build is in ```android/app/build/ouputs/apk/release```
108+

0 commit comments

Comments
 (0)