Compare commits
3 Commits
50b35a0025
...
0327bc1d78
| Author | SHA1 | Date | |
|---|---|---|---|
| 0327bc1d78 | |||
| b1265f2c2d | |||
| f7f9f5f3be |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,6 +16,7 @@ android/**/build/
|
||||
android/captures/
|
||||
*.apk
|
||||
*.aab
|
||||
*.hprof
|
||||
|
||||
# ide
|
||||
.idea/
|
||||
|
||||
BIN
docs/history-m2.png
Normal file
BIN
docs/history-m2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
docs/home-m2.png
Normal file
BIN
docs/home-m2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
BIN
docs/settings-m2.png
Normal file
BIN
docs/settings-m2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
@@ -203,8 +203,10 @@ server/Dockerfile uses python:3.11-slim, installs deps, copies app/, exposes 876
|
||||
- jetpack compose enabled.
|
||||
- min sdk is reasonable for current personal device.
|
||||
- app id is stable, e.g. `me.hgsky.phonecapture`.
|
||||
|
||||
*** notes
|
||||
Gradle project in android/. AGP 8.7.3, Kotlin 2.0.21, Compose BOM 2024.10.01. minSdk=31, compileSdk=36. App ID is me.hgsky.synq. Open android/ in Android Studio and hit Sync — AS will download the Gradle wrapper (8.9) automatically.
|
||||
|
||||
*** evidence
|
||||
- commit: 19b05a8
|
||||
- tests: Gradle sync in Android Studio (manual step)
|
||||
|
||||
Reference in New Issue
Block a user