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/
|
android/captures/
|
||||||
*.apk
|
*.apk
|
||||||
*.aab
|
*.aab
|
||||||
|
*.hprof
|
||||||
|
|
||||||
# ide
|
# ide
|
||||||
.idea/
|
.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.
|
- jetpack compose enabled.
|
||||||
- min sdk is reasonable for current personal device.
|
- min sdk is reasonable for current personal device.
|
||||||
- app id is stable, e.g. `me.hgsky.phonecapture`.
|
- app id is stable, e.g. `me.hgsky.phonecapture`.
|
||||||
|
|
||||||
*** notes
|
*** 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.
|
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
|
*** evidence
|
||||||
- commit: 19b05a8
|
- commit: 19b05a8
|
||||||
- tests: Gradle sync in Android Studio (manual step)
|
- tests: Gradle sync in Android Studio (manual step)
|
||||||
|
|||||||
Reference in New Issue
Block a user